Puzzles
15 December
Today's number is smallest three digit palindrome whose digits are all non-zero, and that is not divisible by any of its digits.
Show answer
Hide answer
The number can contain no 1 (as all numbers are multiples of 1). It's first and last digits cannot be 2 (as it would then be even and so a multiple of 2).
The lowest three-digit palindrome containing no 0 or 1 and not ending in 2 is 323. This is not a multiple of 2 or 3 and so is the solution.
9 December
Today's number is the number of numbers between 10 and 1,000 that contain no 0, 1, 2 or 3.
Show answer
Hide answer
There are 6 available choices for each digit, so there are 62 and 63 such two- and three-digit numbers. 62+63=252.
4 December
Today's number is the number of 0s that 611! (611×610×...×2×1) ends in.
Square and cube endings
Source: UKMT 2011 Senior Kangaroo
How many positive two-digit numbers are there whose square and cube both end in the same digit?
Show answer & extension
Hide answer & extension
Only the units digit of the number will affect the last digit of the square and cube. This table shows how the last digits of the square and cube depend on the last digit of the number:
Last digit of... |
number | square | cube |
0 | 0 | 0 |
1 | 1 | 1 |
2 | 4 | 8 |
3 | 9 | 7 |
4 | 6 | 4 |
5 | 5 | 5 |
6 | 6 | 6 |
7 | 9 | 3 |
8 | 4 | 2 |
9 | 1 | 9 |
So numbers ending in 0, 1, 5 and 6 will have squares and cubes that end in the same digit. There are 4×9=36 two-digit numbers then end in one of these digits.
Extension
How many two-digit numbers are there in binary whose square and cube end in the same digit?
How many two-digit numbers are there in ternary whose square and cube end in the same digit?
How many two-digit numbers are there in base \(n\) whose square and cube end in the same digit?
Digitless factor
Ted thinks of a three-digit number. He removes one of its digits to make a two-digit number.
Ted notices that his three-digit number is exactly 37 times his two-digit number. What was Ted's three-digit number?
Show answer & extension
Hide answer & extension
Ted's number was 925: \(925\div25=37\).
If Ted had removed the final digit of his number, then he would be looking for a solution of \(ABC = 37\times AB\). But \(ABC\)
is between 10 and 11 times \(AB\) (it is \(10\times AB + C\)) and so cannot be 37 times \(AB\). So Ted cannot have removed the final digit.
Therefore, Ted must have removed one of the first two digits: so two- and three- digit numbers have the same final digit (\(C\)).
The final digit of the three-digit number (\(C\)) will be the final digit of \(7\times C\) (7 times the final digit of the two digit number).
This is only possible if the final digit is \(C\) is 0 or 5.
This only leaves four possible solutions—10, 15, 20 and 25—as \(30\times37>1000\). Of these only \(925=37\times25\) works.
Extension
How many three-digit numbers are there that are a multiple of one of the two-digit numbers you can make by removing a digit?
Backwards fours
If A, B, C, D and E are all unique digits, what values would work with the following equation?
$$ABCCDE\times 4 = EDCCBA$$
Show answer
Hide answer
EDCCBA is a multiple of four, so A is even. A cannot be more than 2, as otherwise EDCCBA would have more digits. So A is 2.
E must therefore be 8 or 9 (as 4 times B is less than E) and 3 or 8 (as 4 times E ends in 2). Therefore E is 8.
Carrying on like this, we find:
$$219978\times4=879912$$
11 December
Two more than today's number is the reverse of two times today's number.
4 December
Pick a three digit number whose digits are all different.
Sort the digits into ascending and descending order to form two new numbers. Find the difference between these numbers.
Repeat this process until the number stops changing. The final result is today's number.