|
|
(26 intermediate revisions by 9 users not shown) |
Line 1: |
Line 1: |
− | == Problem 21==
| + | #redirect [[2010 AMC 12B Problems/Problem 11]] |
− | A palindrome between <math>1000</math> and <math>10,000</math> is chosen at random. What is the probability that it is divisible by <math>7</math>?
| |
− | | |
− | <math>\textbf{(A)}\ \dfrac{1}{10} \qquad \textbf{(B)}\ \dfrac{1}{9} \qquad \textbf{(C)}\ \dfrac{1}{7} \qquad \textbf{(D)}\ \dfrac{1}{6} \qquad \textbf{(E)}\ \dfrac{1}{5}</math>
| |
− | | |
− | == Solution ==
| |
− | View the palindrome as some number with form (decimal representation):
| |
− | <math>a_3 \cdot 10^3 + a_2 \cdot 10^2 + a_1 \cdot 10 + a_0</math>. But because the number is a palindrome, <math>a_3 = a_0, a_2 = a_1</math>. Recombining this yields <math>1001a_3 + 110a_2</math>. 1001 is divisible by 7, which means that as long as <math>a_2 = 0</math>, the palindrome will be divisible by 7. This yields 9 palindromes out of 90 (<math>9 \cdot 10</math>) possibilities for palindromes. However, if <math>a_2 = 7</math>, then this gives another case in which the palindrome is divisible by 7. This adds another 9 palindromes to the list, bringing our total to <math>18/90 = \boxed {\frac{1}{5} } = \boxed {E}</math>
| |
− | | |
− | | |
− | == See also ==
| |
− | {{AMC10 box|year=2010|ab=B|num-b=20|num-a=22}}
| |