Wait! The question is not asking for how many 5-digit palindromes there are. It wants the sum of all those palindromes instead. For example, were I to change the 5 to a 2, the situation would be like this. There are nine 2-digit palindromes: 11, 22, 33, 44, 55, 66, 77, 88, and 99, but the sum of all the 2-digit palindromes is $11 + 22 + 33 + 44 + 55 + 66 + 77 + 88 + 99 = 495$.