Puzzles
24 December
The digital product of a number is computed by multiplying together all of its digits.
For example, the digital product of 1522 is 20.
How many 12-digit numbers are there whose digital product is 20?
Show answer
Hide answer
20 can be written as the product of one-digit numbers greater than 1 in the following ways:
Our 12-digit numbers must contain one of these plus lots of 1s.
In the first case, there are 12×11=132 different possible positions for the 4 and the 5.
In the second case, there are 12×11×10×½=660 different possible positions for the 2s and the 5.
In total, this makes 132+660=792 numbers.
17 December
The digital product of a number is computed by multiplying together all of its digits.
For example, the digital product of 6273 is 252.
Today's number is the smallest number whose digital product is 252.
Show answer
Hide answer
252 can be written as the product of one-digit numbers in the following ways:
- 2×2×3×3×7
- 2×2×9×7
- 2×3×6×7
- 3×3×4×7
- 6×6×7
- 4×9×7
Therfore, the smallest number whose digital product is 252 is 479.
3 December
If you write out the numbers from 1 to 1000 (inclusive), how many times will you write the digit 0?
Show answer
Hide answer
The numbers 10, 20, ..., 1000 end with a 0. There are 100 of these numbers.
The numbers 100, 101, ..., 109, 200, ..., 209, 300, ..., 309, ..., 908, 909, 1000 contain a 0 in their tens column. There are \(10\times9+1=91\) of these numbers.
The number 1000 has a 0 in its hundreds column.
In total, there are 100+91+1=192 zeros.
24 December
There are six ways to put two tokens in a 3 by 3 grid so that the diagonal from the top left to the bottom right is a line of symmetry:
Today's number is the number of ways of placing two tokens in a 29 by 29 grid so that the diagonal from the top left to the bottom right is a line of symmetry.
Show answer
Hide answer
Either both pieces must be on the diagonal, or one pieces is in the lower right half and the other is in the reflected position in the upper right half.
There are \(\left(\begin{array}{c}29\\2\end{array}\right)=406\) ways to pick two squares on the diagonal. There are 406 squares below the diagonal.
Therefore there are 406+406 = 812 ways to arrange the pieces.
23 December
198 is the smallest number that is equal to 11 times the sum of its digits.
Today's number is the smallest number that is equal to 48 times the sum of its digits.
Show answer
Hide answer
We're looking for a number \(n\) such that the digits of \(n\times48\) add up to \(n\). If we try numbers in order, we find that 9 works, so today's number is 432.
14 December
The numbers 33, 404 and 311 contain duplicate digits. The numbers 120, 15 and 312 do not.
How many numbers between 10 and 999 (inclusive) contain no duplicate digits?
Show answer
Hide answer
There are 81 two-digit numbers with no duplicate digits: there are 9 choices of tens digit (1 to 9), and for each of these there are 9 remaining choices
for the units digit (0 to 9 but not the number already used).
There are 648 three-digit numbers with no duplicate digits: there are 9 choices of hundreds digit (1 to 9), and for each of these there are 9 remaining choices
for the tens digit (0 to 9 but not the number already used) and 8 choices for the units digit (0 to 9 but neight number already used).
648+81 = 729.
10 December
Today's number is the smallest multiple of 24 whose digits add up to 24.
Show answer
Hide answer
There are one three-digit even numbers whose digits add to 24: 798, 888 and 996. Of these, only 888 is a multiple of 24.
8 December
The residents of Octingham have 8 fingers. Instead of counting in base ten, they count in base eight: the digits of their numbers represent ones, eights, sixty-fours, two-hundred-and-fifty-sixes, etc
instead of ones, tens, hundreds, thousands, etc.
For example, a residents of Octingham would say 12, 22 and 52 instead of our usual numbers 10, 18 and 42.
Today's number is what a resident of Octingham would call 11 squared (where the 11 is also written using the Octingham number system).
Show answer
Hide answer
The Octingham resident's 11 is equal to our number 9. 9 squared is 81. 81 in base eight is 121.
Interestingly, this is the same answer as "just" doing 11 squred in base ten.