|
|
(8 intermediate revisions by 5 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==
| |
− | | |
− | It is known that the palindromes can be expressed as: <math>1000x+100y+10y+x </math> (as it is a four digit palindrome it must be of the form <math>xyyx</math> , where x and y are positive integers from [0,9].
| |
− | Using the divisibility rules of 7, <math>100x+10y+y-2x</math> = <math>98x+11y \equiv 0 \pmod 7</math>
| |
− | | |
− | Since <math>98 \equiv 0 \pmod 7</math>, The <math>98x</math> is now irrelelvant.
| |
− | | |
− | Thus we solve:
| |
− | | |
− | <math>11y \equiv 0 \pmod 7</math>
| |
− | | |
− | Which has two solutions: <math>0</math> and <math>7</math>
| |
− | | |
− | There are thus two options for <math>y</math> out of the 10, so <math>2/10 = \boxed{\textbf{(E)}\ \frac15}</math>
| |
− | | |
− | == See also ==
| |
− | {{AMC10 box|year=2010|ab=B|num-b=20|num-a=22}}
| |
− | {{MAA Notice}}
| |