We spent this maths club playing the highly addictive game Square it from Nrich.
Category: Uncategorized
Name that Polynomial
This game is thanks to David Bedford at the BCME Conference in Warwick.
One person writes down a polynomial with positive integer coefficients. Call it f(x) They then choose an integer that it bigger than all their coefficients. Call it n. They then calculate f(n) and give just n and f(n) to the second person.
The second person should be able to name that polynomial! How?
Example:
Given only n=8 and f(n) = 6855 how could you work out that the polynomial was
?
It might help to think about an example when n=10 first.
What day of the week …
… will the 28th of July 2061 be? (Next predicted sighting of Halley’s comet)
… was the 4th of April 1965? (Robert Downey Jr ‘s birth)
… was the 17th of July 1789? (Prise de la Bastille)
We puzzled over these two questions having to think about where to start, the number of days in each month, and the rules for leap years.
It was fun to try different strategies by hand, but then we used the mod function and the floor function in Zeller’s algorithm to find quickly the day of the week for any date.
Chaos Theory
Today we explored one of the most famous recursive sequences called The Logistic Map.
Try this activity leading on to exploring the sequence on Geogebra. There are Geogebra instructions here if you get stuck.
We were inspired for this activity by this amazing video from Ben Sparks on Numberphile. It explains how this activity links to one of the Feigenbaum constants, pseudo ramdom numbers and Chaos Theory. Definitely worth watching!
Möbius Bands
The first question of today is how many sides a piece of paper has. So the answer is 2 of course. Now we want to find a way of folding the paper in such a way that there is only one side. One way to verify this is to take a pen and colour the folded piece of paper. If you do not need to turn the piece of paper around, there is only one side. The method to do this is to twist the piece of paper by half a turn and you will obtain a möbius band.
This is all explained in this presentation from Suffolk maths, that also contains a brilliant exploration table. Your challenge is to fill in the first three lines and to come up with three other results to add to the table below.
Good luck!
McGuire the Gathering
This week we worked through another brilliant puzzle from the Math Pickle team called McGuire the Gathering.
Lots of fun trying to solve both on pen and paper and with excel!
Cube buildings
We used this website to solve a series of challenges where you start with front, side and top elevations to build the full picture of 3D shape – building up to using only two views and silhouettes.


Tennis odds
In pairs we played the following game a couple of times.
One person is heads (player 1), the other person is tails (player 2). Toss the coin a maximum of 10 times, player 1 gets a point if the coin lands on heads, and player 2 gets a point if the coin lands on tails. If one person becomes three points ahead of the other the game stops and they win. If no one is 3 points ahead after ten tosses the game is a tie.
Which of the following scores are impossible in this game and why? 5-2, 7-4, 6-2
Think of ways the game could end in a tie.
What is the chance of winning this game?
This following table will help.
Fill in the table shading out impossible final scores, highlighting winning final scores for Player 1 and Player 2, and highlighting final scores which indicate a draw.
Then write in each box how many ways there are to end up at each score.
A few boxes have been filled in – for example 3-0 is a winning score for player 1, and there is only 1 way to get to that score (1-0 then 2-0 then 3-0). There are two ways to get to a score of 1-1 (0-1 then 1-1 or 1-0 then 1-1). There is a 1 in the 0-0 box as there is just one way to start the game.
See here for the solution, contained in an excellent presentation by Alex in the Further Maths class in PAL. This puzzle is the starting point for analysing how likely you are to win a tennis match if you only have a one third chance of winning each point. The idea and diagrams in the presentation were taken from the book Game, Set and Math by Ian Stewart.
Egyptian Fractions
Unit fractions are fractions that are written in the form 1⁄n.
Today’s challenge is to find sums of different unit fractions that are equal to another unit fraction.
For example: 1⁄2 = 1⁄3 + 1⁄6
Let’s see if there is a rule: which of the following are right and which are wrong?
1⁄2 = 1⁄10 + 1⁄20
1⁄3 = 1⁄4 + 1⁄12
1⁄3 = 1⁄7 + 1⁄21
1⁄4 = 1⁄5 + 1⁄20
The next challenge is to spot the pattern in these sums of unit fractions:
1⁄6 = 1⁄7 + 1⁄42
1⁄6 = 1⁄8 + 1⁄24
1⁄6 = 1⁄9 + 1⁄18
1⁄6 = 1⁄10 + 1⁄15
Bear in mind that 1⁄6 = 1⁄12 + 1⁄12 is wrong because both unit fractions are the same.
Try and use this to example to find all the unit fraction sums that add up to 1⁄18.
What if original fraction is not a unit fraction?
Egyptians had a tendency to write fractions as sums of unit fractions.
Of course, there is an infinite number of ways to do this. Let’s take for example.
2⁄3 = 1⁄3 + 1⁄4 + 1⁄12
2⁄3 = 1⁄3 + 1⁄5 + 1⁄20 + 1⁄12
2⁄3 = 1⁄4 + 1⁄12 + 1⁄7 + 1⁄42 + 1⁄31 + 1⁄930 + 1⁄21 + 1⁄420 + 1⁄13 + 1⁄156
Etc.
But how about expressing non unit fractions as sums of two unit fractions? Here is one example:
2⁄3 = 1⁄2 + 1⁄6
But can all fractions with numerator 2 be written as the sum of just 2 unit fractions? Can you prove it?
Let’s finish off with the greedy algorithm. This algorithm, which was developed by Fibonacci, allows you to quickly find a non-unit fraction as the sum of several unit fractions.
For example, let’s take 11⁄12. The first step is to find the largest unit fraction below the other fraction. In this case, that fraction is 1⁄2. Then, you should subtract 1⁄2from 11⁄12, which gives 5⁄12. This means that 11⁄12 = 1⁄2 + 5⁄12 . Repeat this with 5⁄12 and you should get:
11⁄12 = 1⁄2 + 1⁄3 + 1⁄12
If you would like to learn more, you can to the NRICH website with these links: