Advent calendar 2018
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.