Filter by: Content type: ALL Problems Articles Games Stage: All Stage 1&2 Stage 2&3 Stage 3&4 Stage 4&5 Challenge level:
A spiropath is a sequence of connected line segments end to end taking different directions. The same spiropath is iterated. When does it cycle and when does it go on indefinitely?
What happens when a procedure calls itself?
A Short introduction to using Logo. This is the first in a twelve part series.
This problem explores the biology behind Rudolph's glowing red nose.
It's like 'Peaches Today, Peaches Tomorrow' but interestingly generalized.
Explore the transformations and comment on what you find.
Imagine a strip with a mark somewhere along it. Fold it in the middle so that the bottom reaches back to the top. Stetch it out to match the original length. Now where's the mark?
Form a sequence of vectors by multiplying each vector (using vector products) by a constant vector to get the next one in the seuence(like a GP). What happens?
This article discusses what happens, and why, if you generate chains of sequences getting the next sequence from the differences between the adjacent terms in the sequence before it, eg (7, 2, 8, 3). . . .
In this article we are going to look at infinite continued fractions - continued fractions that do not terminate.
A ladder 3m long rests against a wall with one end a short distance from its base. Between the wall and the base of a ladder is a garden storage box 1m tall and 1m high. What is the maximum. . . .
An iterative method for finding the value of the Golden Ratio with explanations of how this involves the ratios of Fibonacci numbers and continued fractions.
Take three whole numbers. The differences between them give you three new numbers. Find the differences between the new numbers and keep repeating this. What happens?
Take a number, add its digits then multiply the digits together, then multiply these two results. If you get the same number it is an SP number.
Predict future weather using the probability that tomorrow is wet given today is wet and the probability that tomorrow is wet given that today is dry.
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. . . .
Start with any triangle T1 and its inscribed circle. Draw the triangle T2 which has its vertices at the points of contact between the triangle T1 and its incircle. Now keep repeating this. . . .
Investigate the sequences obtained by starting with any positive 2 digit number (10a+b) and repeatedly using the rule 10a+b maps to 10b-a to get the next number in the sequence.
Solve this famous unsolved problem and win a prize. Take a positive integer N. If even, divide by 2; if odd, multiply by 3 and add 1. Iterate. Prove that the sequence always goes to 4,2,1,4,2,1...
$2\wedge 3\wedge 4$ could be $(2^3)^4$ or $2^{(3^4)}$. Does it make any difference? For both definitions, which is bigger: $r\wedge r\wedge r\wedge r\dots$ where the powers of $r$ go on for ever, or. . . .
This article explores the search for SP numbers, finding the few that exist and the proof that there are no more.