Puzzles
12 December
Mary uses the digits 1, 2, 3, 4, 5, 6 and 7 to make two three-digit numbers and a one-digit number (using each digit exactly once). The sum of her three numbers is 1000.
What is the smallest that the larger of her two three-digit numbers could be?
Show answer
Hide answer
The sum of the units digits of the three numbers must be 10 (as the units digit of the result must be 0 and the number are not big enough to allow the sum to be 20). Similarly, the sum of the
two tens digits must be 9, and the sum of the two hundreds digits is 9 (so that 10s are made when the 1 is carried).
The> hundreds digits could be 2 and 7, 3 and 6, or 4 and 5. As we're looking to make the larger number as small as possible, we should pick 4 and 5.
The tens digits could be 2 and 7 or 3 and 6. We pick 2 and 7 and as 2 is the smallest possible number here.
Finally, the units digits are 1, 3 and 6. We use 1 for our number as it's smallest, leading to 521.
11 December
Holly added up 3 consecutive numbers starting at 10, then added up the next 3 consective numbers, then found the difference between her two totals:
- 10 + 11 + 12 = 33
- 13 + 14 + 15 = 42
- 42 – 33 = 9
Ivy added up n consecutive numbers starting at m, then added up the next n consecutive numbers, then found the difference between her two totals.
The difference was 203401. What is the largest possible value of n that Ivy could have used?
Show answer
Hide answer
The sum of \(n\) consecutive numbers starting at \(m\) is \(m + (m + 1) + ... + (m + n-1) = nm + 0 + 1 + ... + n - 1\).
The sum of the next \(n\) consecutive number is \((m+n) + (m+n+1) + ... + (m + 2n - 1 ) = n(m + n) + 0 + 1 + ... + n - 1\). The difference between these two
is \(n(m + n) - nm = n^2\).
Therefore, whatever value of \(m\) is used, \(n\) will always be 451.
10 December
2025 is the smallest number with exactly 15 odd factors.
What is the smallest number with exactly 16 odd factors?
Show answer
Hide answer
If the numbers \(p_1\), \(p_2\), ..., \(p_n\) are odd prime numbers and \(i_1\), \(i_2\), ..., \(i_n\) are positive integers, then the number \(p_1^{i_1}p_2^{i_2}...p_n^{i_n}\)
has \((i_1+1)(i_2+1)...(i_n+1)\) odd factors.
If \((i_1+1)(i_2+1)...(i_n+1)=16\) the the possible values for the \(i\)s are:
- 15
- 7 and 1
- 3 and 3
- 3, 1 and 1
- 1, 1, 1 and 1
These options lead to:
- 315 = 14348907
- 37×51 = 10925
- 33×53 = 3375
- 33×51×71 = 945
- 31×51×71×111 = 1155
9 December
In a 3 by 5 grid of squares, if a line is drawn from the bottom left corner to the top right corner, it will pass through 7 squares:
In a 251 by 272 grid of squares, how many squares will a line drawn from the bottom left corner to the top right corner pass through?
Show answer & extension
Hide answer & extension
The line passes through one square in each column plus an extra square in a column whenever is passes between rows. It must pass between rows 250 times (to get from row 1 to 251) so
in total it passes through 250+272 = 522 squares.
Extension
In a 200 by 300 grid of squares, how many squares will a line drawn from the bottom left corner to the top right corner pass through?
8 December
Angel wrote out a muliplication square for the numbers from 1 to 3 (the table has the numbers 1 to 3 in the top row and left column, then every other
entry is equal to the number at the top of its column multiplied by the number at the left of its row):
The sum of the numbers in the bottom row is 18. The sum of all the numbers in the table is 36.
Angel then wrote out another multiplication square with the numbers from 1 to \(n\). The sum of all the numbers in the new table is 2025. What is the
sum of the numbers in the bottom row of the new table?
Show answer
Hide answer
For a multiplication table from 1 to \(n\),
the sum of all the numbers in the top row is \(1+...+n\),
the sum of all the numbers in the second row is \(2(1+...+n)\),
the sum of all the numbers in the third row is \(3(1+...+n)\),
..., and the sum of all the numbers in the \(n\)th row is \(n(1+...+n)\).
The sum of all the numbers is therefore \((1+...+n)(1+...+n)=n^2(n+1)^2/4\) and the sum of the numbers in the bottom row is \(n^2(n+1)/2\).
If the sum of all the numbers is 2025, then \(n=9\) and so the sum of the numbers in the bottom row if 405.
7 December
Carol organised a knockout competition in December 2024, which 6 people entered. There were 2 matches in the first round with the remaining two players given byes
(so they went into the next round without playing a match). The second round was made up of two semi-finals, then one final match was played to decide the winner.
In total 5 matches were played.
This year, Carol is organising the competition again, but it has become a lot more popular: 355 people have entered.
While planning the tournament, she can decide which rounds to give people byes in.
What is the smallest number of matches that could be included in the tournament?
Show answer
Hide answer
In each match, one person is knocked out, so for a tournament with \(n\) players, you'll always need \(n-1\) matches (as everyone except the winner must be knocked out).
Therefore there will be 354 matches however Carol arranges the byes.
6 December
Put the digits 1 to 9 (using each digit exactly once) in the boxes so that the sums are correct. The sums should be read left to right and top to bottom ignoring the usual order of operations. For example, 4+3×2 is 14, not 10.
Today's number is the product of the numbers in the red boxes.
| + | | × | | = 20 |
| + | | × | | – | |
| + | | × | | = 26 |
| × | | ÷ | | + | |
| × | | – | | = 28 |
= 32 | | = 2 | | = 11 | |
5 December
The number 36 is equal to two times the product of its digits.
What is the only (strictly positive) number that is equal to four times the product of its digits?
Show answer
Hide answer
We know the answer has three digits: we are looking for a number ABC that is equal to 4×A×B×C. Dividing by A, we see that 4×B×C > 100 and so B×C > 25. This
means that the only possible options for BC are 65, 66, 74, 75, 76, 77, 84, 85, 86, 87, 88, 93, 94, 95, 96, 97, 98 and 99.
Trying these options with different values for A, we find that 384 works.