Algorithms
problem
Happy birthday
Can you interpret this algorithm to determine the day on which you were born?
problem
Route to root
A sequence of numbers x1, x2, x3, ... starts with x1 = 2, and, if
you know any term xn, you can find the next term xn+1 using the
formula: xn+1 = (xn + 3/xn)/2 . Calculate the first six terms of
this sequence. What do you notice? Calculate a few more terms and
find the squares of the terms. Can you prove that the special
property you notice about this sequence will apply to all the later
terms of the sequence? Write down a formula to give an
approximation to the cube root of a number and test it for the cube
root of 3 and the cube root of 8. How many terms of the sequence do
you have to take before you get the cube root of 8 correct to as
many decimal places as your calculator will give? What happens when
you try this method for fourth roots or fifth roots etc.?
problem
Triangle incircle iteration
Keep constructing triangles in the incircle of the previous triangle. What happens?
problem
Alphabet soup
This challenge is to make up YOUR OWN alphanumeric. Each letter
represents a digit and where the same letter appears more than once
it must represent the same digit each time.
problem
Medal muddle
Countries from across the world competed in a sports tournament. Can you devise an efficient strategy to work out the order in which they finished?
problem
Vedic sutra - all from 9 and last from 10
Vedic Sutra is one of many ancient Indian sutras which involves a
cross subtraction method. Can you give a good explanation of WHY it
works?
problem
Slippy numbers
The number 10112359550561797752808988764044943820224719 is called a
'slippy number' because, when the last digit 9 is moved to the
front, the new number produced is the slippy number multiplied by
9.