Problem:
What is the smallest positive integer that cannot be written as the sum of two nonnegative palindromic integers? (An integer is palindromic if the sequence of decimal digits are the same when read backwards.)
Problem:
What is the smallest positive integer that cannot be written as the sum of two nonnegative palindromic integers? (An integer is palindromic if the sequence of decimal digits are the same when read backwards.)
Solution:
We need to first prove that every positive integer less than can be written as sum of two nonnegative palindromic integers. If is in the interval , then it can be written as . If is in the interval , it can be written as . In addition, and can be written as and , respectively.
Second, we need to show that cannot be expressed in such a way. Let's suppose with . It follows that has to be at least . Since , the only way for to be palindromic is that . However, this leads to , which is not a palindrome. Therefore, is the smallest number that satisfies the problem condition.