2014 AMC 12A Problems/Problem 15
Revision as of 19:35, 7 February 2014 by Infiniteturtle (talk | contribs) (Created page with "==Problem== A five-digit palindrome is a positive integer with respective digits <math>abcba</math>, where <math>a</math> is non-zero. Let <math>S</math> be the sum of all five...")
Problem
A five-digit palindrome is a positive integer with respective digits , where
is non-zero. Let
be the sum of all five-digit palindromes. What is the sum of the digits of
?
Solution
For each digit there are
(ways of choosing
and
) palindromes. So the
s contribute
to the sum.
For each digit
there are
(since
) palindromes. So the
s contribute
to the sum.
Similarly, for each
there are
palindromes, so the
contributes
to the sum.
It just so happens that so the sum of the digits of the sum is
, or
.
(Solution by AwesomeToad)