A palindrome is a number that reads the same forward and backward. The digits of a three digit palindrome sum to a perfect square. How many such three digit palindromes are there?
A. 11
B. 12
C. 13
D. 14
E. 15
So, we have hundreds and ones digit equal to each other and tens which takes value such that all the three sum to a perfect square.
We have ten digits from 0 to 9
Perfect squares are 1, 4, 9, 16, 25, 36 .... so on.
Thus, values that can occur at hundreds and ones place are 1 to 9
Values that can occur at tens place are 0 to 9
Lowest three digit number is 100 but not a palindrome, so lowest become 121(as digits of 101 are not 111 summing to perfect square) and highest is 999.
Putting a limit to highest would help in knowing what is highest value that a sum can take. Therefore, sum of 999 is 27 which is not a perfect square but caps the limit of perfect square to next lowest perfect square i.e. 25.
So, we have only 4, 9, 16 and 25 that are possible in the three digit numbers.
A. For number with 1 as hundreds and ones digit desired possibilities are 121, 171 (sum of 2 leaves tens digit minimum to 2 and max being [23(25-2)] which is not possible upto which only 7 is possible)
B. For number with 2 as hundreds and ones digit desired possibilities are 202 and 252 (sum of 4 leaves tens digit minimum to 0 and max being 9 [21(25-4)] which is not possible upto which only 5 is possible)
C. For number with 3 as hundreds and ones digit desired possibilities are 333 only (sum of 6 leaves tens digit minimum to 3 and max being 9 [19(25-6)] which is not possible)
D. For number with 4 as hundreds and ones digit desired possibilities are 414 and 484 (sum of 8 leaves tens digit minimum to 1 and max being 9 [17(25-8)] which is not possible upto which only 8 is possible)
E. For number with 5 as hundreds and ones digit desired possibilities are 565 only (sum of 10 leaves tens digit minimum to 6 and max being 9 [15(25-10)] which is not possible)
F. For number with 6 as hundreds and ones digit desired possibilities are 646 only (sum of 12 leaves tens digit minimum to 4 and max being 9 [13(25-12)] which is not possible)
G. For number with 7 as hundreds and ones digit desired possibilities are 727 only (sum of 14 leaves tens digit minimum to 0 and max being 9 [11(25-14)] which is not possible)
H. For number with 8 as hundreds and ones digit desired possibilities are 808 and 898 (sum of 16 leaves tens digit minimum to 0 and max 9(25-16) which is possible)
I. For number with 9 as hundreds and ones digit desired possibilities are 979 only (sum of 18 leaves tens digit minimum to 7 and max 9(25-18) which is not possible)
Hence, possible numbers are
2 + 2 + 1 + 2 + 1 +1 + 1 + 2 + 1 = 13
Answer B.