Puzzles
24 December
There are 343 three-digit numbers whose digits are all 1, 2, 3, 4, 5, 6, or 7. What is the
mean of all these numbers?
Show answer
Hide answer
The digits 1 to 7 will each appear the same number of times as each other in each position of the number, so each digit of the mean will be the mean of the digits 1 to 7.
Therefore the mean is 444.
22 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 largest number that can be formed using the three digits in the red boxes.
| + | | ÷ | | = 3 |
– | | × | | × | |
| + | | – | | = 6 |
– | | – | | – | |
| × | | × | | = 16 |
= 1 | | = 13 | | = 16 | |
Show answer
Hide answer
9 | + | 3 | ÷ | 4 | = 3 |
– | | × | | × | |
7 | + | 5 | – | 6 | = 6 |
– | | – | | – | |
1 | × | 2 | × | 8 | = 16 |
= 1 | | = 13 | | = 16 | |
The largest number that can be formed with the red digits is 851.
21 December
Noel wants to write a different non-zero digit in each of the five boxes below so that
the products of the digits of the three-digit numbers reading across and down are the same.
What is the smallest three-digit number that Noel could write in the boxes going across?
19 December
There are 9 integers below 100 whose digits are all non-zero and add up to 9:
9, 18, 27, 36, 45, 54, 63, 72, and 81.
How many positive integers are there whose digits are all non-zero and add up to 9?
Show answer & extension
Hide answer & extension
All the integers whose digits are all non-zero and add up to 9 can be made by taking a list of 9 ones, and between each pair deciding whether to move on a digit or not. For example,
1111|111|11 (where | means move on) would represent the number 432; and 1|1|1111111 would represent the number 117.
There are 8 gaps between 9s, so there are 28 = 256 numbers that can be made.
Extension
Why are there not 512 positive integers whose digits are all non-zero and add up to 10?
18 December
If k = 21, then 28k ÷ (28 + k) is an integer.
What is the largest integer k such that 28k ÷ (28 + k) is an integer?
Show answer
Hide answer
If \(k\) is a multiple of 28, then let \(k=28a\) and see that:
$$\frac{28k}{28+k}=\frac{28a}{1+a}$$
This is an integer if either \(a=0\), \(a=1\), or \(1+a\) is a factor of 28. Hence the largest value of \(a\) is 27, leading to \(k\) = 756.
Similar working out can be done for the cases where the hcf of 28 and \(k\) is 14, 7, 2, or 1, and in each case a lower answer would be obtained.
17 December
The number 40 has 8 factors: 1, 2, 4, 5, 8, 10, 20, and 40.
How many factors does the number 226×5×75×112 have?
Show answer
Hide answer
The factors will all be of the form \(2^a\times5^b\times7^c\times11^d\), where
\(0\leqslant a\leqslant26\),
\(0\leqslant b\leqslant1\),
\(0\leqslant c\leqslant5\), and
\(0\leqslant d\leqslant2\). There are 27 choices for \(a\), 2 for \(b\), 6 for \(c\), and 3 for \(d\) giving a total of 27×2×6×3 = 972 factors.
14 December
153 is 3375. The last 3 digits of 153 are 375.
What are the last 3 digits of 151234567890?
Show answer
Hide answer
We can look at the first few powers and look for a pattern:
n | 15n | Last 3 digits of 15n |
1 | 15 | 15 |
2 | 225 | 225 |
3 | 3375 | 375 |
4 | 50625 | 625 |
5 | 759375 | 375 |
6 | 11390625 | 625 |
7 | 170859375 | 375 |
8 | 2562890625 | 625 |
9 | 38443359375 | 375 |
If n is even (and > 2), the last two digits of 15n are 625.
12 December
Holly picks a three-digit number. She then makes a two-digit number by removing one of the digits.
The sum of her two numbers is 309. What was Holly's original three-digit number?
Show answer
Hide answer
Holly's sum is odd, so she must have removed the units digit and so her calculation was:
$$
\begin{array}{cccc}
a&b&c\\
&a&b&+\\
\hline
3&0&9
\end{array}
$$
\(a\) and \(b\) cannot both be 0, so the must sum in the tens column must've caused a carry into the hundreds column. This means that \(a\) must be 2, and the calculation is:
$$
\begin{array}{cccc}
2&b&c\\
&2&b&+\\
\hline
3&0&9
\end{array}
$$
Two single digits cannot add to 19, so there can't be a carry from the units column into the tens column. This means that \(b\) is 8:
$$
\begin{array}{cccc}
2&8&c\\
&2&8&+\\
\hline
3&0&9
\end{array}
$$
We can see now that \(c\) was 1, so Holly's three digt number was 281.