|
How
many three-digit numbers have the following special property? Take a
three-digit number. Reverse the digits to create a new three-digit
number (this number may be the same as the original number). Add the
two numbers together. The result is a palindrome,
a number that reads the same backwards and forwards. Neither the
original number nor the new number can start with 0.
|