Skip to main content

2010 AMC 12A Problem 6

Problem 6 of 25EasierAlgebraNumber Theory

A palindrome, such as 83438,83438, is a number that remains the same when its digits are reversed. The numbers xx and x+32x + 32 are three-digit and four-digit palindromes, respectively. What is the sum of the digits of x?x?

Answer choices

Show solution

Solution

Note that xx is at most 999.999. This means that x+32x + 32 has a maximum of 1031.1031. Similarly, we have that the minimum value of x+32x + 32 is 1000.1000. The only palindrome in this range is 1001,1001, so this is what x+32x + 32 equals. Thus x=100132=969,x=1001-32=969, whose digit sum is 9+6+9=24.9+6+9=24. Thus, E is the correct answer.

More practice

Concepts: palindrome · digits · bounding to limit cases

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.