2021 AIME II Problems/Problem 1
Contents
Problem
Find the arithmetic mean of all the three-digit palindromes. (Recall that a palindrome is a number that reads the same forward and backward, such as or .)
Solution 1
Recall* the the arithmetic mean of all the digit palindromes is just the average of the largest and smallest digit palindromes, and in this case the palindromes are and and and is the final answer.
~ math31415926535
Solution 2
For any palindrome , note that , is 100A + 10B + A which is also 101A + 10B. The average for A is 5 since A can be any of 1, 2, 3, 4, 5, 6, 7, 8, or 9. The average for B is 4.5 since B is either 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9. Therefore, the answer is 505 + 45 = .
- ARCTICTURN
Solution 3 (Symmetry and Generalization)
For any three-digit palindrome where and are digits with note that must be another palindrome by symmetry. Therefore, we can pair each three-digit palindrome uniquely with another three-digit palindrome so that they sum to For instances: and so on.
From this symmetry, the arithmetic mean of all the three-digit palindromes is
~MRENTHUSIASM
Solution 4
- A bit too complicated of a solution - somebody please fix. - ARCTICTURN
Doriding is the original author. I will wait for him to come back. ~MRENTHUSIASM
Solution 5 (very, very easy and quick)
We notice that a three-digit palindrome looks like this \overline{aba}
And we know a can be any number from 1-9, and b can be any number from 0-9, so there are 9\times{10}=90 three-digit palindromes
We want to find the sum of these 90 palindromes and divide it by 90 to find the arithmetic mean
How can we do that? Instead of adding the numbers up, we can break each palindrome into two parts: 101a+10b
Thus, all of these 90 palindromes can be broken into this form
Thus, the sum of these 90 palindromes will be 101\times{1+2+...+9}\times{10}+10\times{0+1+2+...+9}\times{9}, because each a will be in 10 different palindromes (since for each a, there are 10 choices for b). The same logic explains why there is a 9 when computing the total sum of b.
We get a sum of 45\times{1100}
But don't compute this! There's no need. Divide this by 90 and you will get \box{550}
~\alpha b \alpha
Video Solution
https://www.youtube.com/watch?v=jDP2PErthkg
See Also
2021 AIME II (Problems • Answer Key • Resources) | ||
Preceded by First Problem |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.