Difference between revisions of "2014 AIME II Problems/Problem 4"
Kevin38017 (talk | contribs) |
Kevin38017 (talk | contribs) |
||
Line 7: | Line 7: | ||
where <math>a</math>, <math>b</math>, and <math>c</math> are (not necessarily distinct) digits. Find the three digit number <math>abc</math>. | where <math>a</math>, <math>b</math>, and <math>c</math> are (not necessarily distinct) digits. Find the three digit number <math>abc</math>. | ||
− | ==Solution== | + | ==Solution 1== |
Notice repeating decimals can be written as the following: | Notice repeating decimals can be written as the following: | ||
Line 39: | Line 39: | ||
and since a and b are both between 0 and 9, we have a=b=4. Finally we have the 3 digit integer <math>\boxed{447}</math> | and since a and b are both between 0 and 9, we have a=b=4. Finally we have the 3 digit integer <math>\boxed{447}</math> | ||
+ | |||
+ | ==Solution 2== | ||
+ | Note that <math>\frac{33}{37}=\frac{891}{999} = 0.\overline{891}</math>. Also note that the period of <math>0.abab\overline{ab}+0.abcabc\overline{abc}</math> is at most <math>6</math>. Therefore, we only need to worry about the sum <math>0.ababab+ 0.abcabc</math>. Adding the two, we get | ||
+ | <cmath> \begin{tabular}{ccccccc}&A&B&A&B&A&B\\ +&A&B&C&A&B&C\\ \hline &8&9&1&8&9&1\end{tabular} </cmath> | ||
+ | From this, we can see that <math>A=4</math>, <math>B=4</math>, and <math>C=7</math>, so our desired answer is <math>\boxed{447}</math> |
Revision as of 15:26, 27 March 2014
Problem
The repeating decimals and satisfy
where , , and are (not necessarily distinct) digits. Find the three digit number .
Solution 1
Notice repeating decimals can be written as the following:
where a,b,c are the digits. Now we plug this back into the original fraction:
Multiply both sides by 999*99. This helps simplify the right side as well because 999=111*9=37*3*9:
Dividing both sides by 9 and simplifying gives:
At this point, seeing the 221 factor common to both a and b is crucial to simplify. This is because taking mod 221 to both sides results in:
Notice that we arrived to the result by simply dividing 9801 by 221 and seeing 9801=44*221+77. Okay, now it's pretty clear to divide both sides by 11 in the modular equation but we have to worry about 221 being multiple of 11. Well, 220 is a multiple of 11 so clearly, 221 couldn't be. Also, 221=13*17. Now finally we simplify and get:
But we know c is between 0 and 9 because it is a digit, so c must be 7. Now it is straightforward from here to find a and b:
and since a and b are both between 0 and 9, we have a=b=4. Finally we have the 3 digit integer
Solution 2
Note that . Also note that the period of is at most . Therefore, we only need to worry about the sum . Adding the two, we get From this, we can see that , , and , so our desired answer is