返回题库

AIME 2014 II · 第 4 题

AIME 2014 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The repeating decimals 0.ababab0.abab\overline{ab} and 0.abcabcabc0.abcabc\overline{abc} satisfy

0.ababab+0.abcabcabc=3337,0.abab\overline{ab}+0.abcabc\overline{abc}=\frac{33}{37}, where aa, bb, and cc are (not necessarily distinct) digits. Find the three digit number abcabc.

解析

Solution 1

Notice repeating decimals can be written as the following:

0.ab=10a+b990.\overline{ab}=\frac{10a+b}{99} 0.abc=100a+10b+c9990.\overline{abc}=\frac{100a+10b+c}{999}

where a,b,c are the digits. Now we plug this back into the original fraction:

10a+b99+100a+10b+c999=3337\frac{10a+b}{99}+\frac{100a+10b+c}{999}=\frac{33}{37}

Multiply both sides by 99999.999*99. This helps simplify the right side as well because 999=1119=3739999=111*9=37*3*9:

9990a+999b+9900a+990b+99c=33/37373999=3339999990a+999b+9900a+990b+99c=33/37*37*3*9*99=33*3*9*99

Dividing both sides by 99 and simplifying gives:

2210a+221b+11c=992=98012210a+221b+11c=99^2=9801

At this point, seeing the 221221 factor common to both a and b is crucial to simplify. This is because taking mod221mod 221 to both sides results in:

2210a+221b+11c9801mod221    11c77mod2212210a+221b+11c \equiv 9801 \mod 221 \iff 11c \equiv 77 \mod 221

Notice that we arrived to the result 980177mod2219801 \equiv 77 \mod 221 by simply dividing 98019801 by 221221 and seeing 9801=44221+77.9801=44*221+77. Okay, now it's pretty clear to divide both sides by 1111 in the modular equation but we have to worry about 221221 being multiple of 11.11. Well, 220220 is a multiple of 1111 so clearly, 221221 couldn't be. Also, 221=1317.221=13*17. Now finally we simplify and get:

c7mod221c \equiv 7 \mod 221

But we know cc is between 00 and 99 because it is a digit, so cc must be 7.7. Now it is straightforward from here to find aa and bb:

2210a+221b+11(7)=9801    221(10a+b)=9724    10a+b=442210a+221b+11(7)=9801 \iff 221(10a+b)=9724 \iff 10a+b=44

and since a and b are both between 00 and 99, we have a=b=4a=b=4. Finally we have the 33 digit integer 447\boxed{447}

Solution 2

Note that 3337=891999=0.891\frac{33}{37}=\frac{891}{999} = 0.\overline{891}. Also note that the period of 0.ababab+0.abcabcabc0.abab\overline{ab}+0.abcabc\overline{abc} is at most 66. Therefore, we only need to worry about the sum 0.ababab+0.abcabc0.ababab+ 0.abcabc. Adding the two, we get

ababab+abcabc891891\begin{array}{ccccccc}&a&b&a&b&a&b\\ +&a&b&c&a&b&c\\ \hline &8&9&1&8&9&1\end{array} From this, we can see that a=4a=4, b=4b=4, and c=7c=7, so our desired answer is 447\boxed{447}

Solution 3

Noting as above that 0.ab=10a+b990.\overline{ab} = \frac{10a + b}{99} and 0.abc=100a+10b+c9990.\overline{abc} = \frac{100a + 10b + c}{999}, let u=10a+bu = 10a + b. Then

u99+10u+c999=3337\frac{u}{99} + \frac{10u + c}{999} = \frac{33}{37} u11+10u+c111=93337\frac{u}{11} + \frac{10u + c}{111} = \frac{9\cdot 33}{37} 221u+11c11111=93337\frac{221u + 11c}{11\cdot 111} = \frac{9\cdot 33}{37} 221u+11c=9331111137221u + 11c = \frac{9\cdot 33\cdot 11\cdot 111}{37} 221u+11c=9332.221u + 11c = 9\cdot 33^2. Solving for cc gives

c=3933221u11c = 3\cdot 9\cdot 33 - \frac{221u}{11} c=891221u11c = 891 - \frac{221u}{11} Because cc must be integer, it follows that uu must be a multiple of 1111 (because 221221 clearly is not). Inspecting the equation, one finds that only u=44u = 44 yields a digit c,7c, 7. Thus abc=10u+c=447.abc = 10u + c = \boxed{447}.

Solution 4

We note as above that 0.ab=10a+b990.\overline{ab} = \frac{10a + b}{99} and 0.abc=100a+10b+c999,0.\overline{abc} = \frac{100a + 10b + c}{999}, so

10a+b99+100a+10b+c999=3337=891999.\frac{10a + b}{99} + \frac{100a + 10b + c}{999} = \frac{33}{37} = \frac{891}{999}. As 10a+b99\frac{10a + b}{99} has a factor of 1111 in the denominator while the other two fractions don't, we need that 1111 to cancel, so 1111 divides 10a+b.10a + b. It follows that a=b,a = b, so 10a+b99=11a99=111a999,\frac{10a + b}{99} = \frac{11a}{99} = \frac{111a}{999}, so

111a999+110a+c999=891999.\frac{111a}{999} + \frac{110a+c}{999} = \frac{891}{999}. Then 111a+110a+c=891,111a + 110a + c = 891, or 221a+c=891.221a + c = 891. Thus a=b=4a = b = 4 and c=7,c = 7, so the three-digit integer abcabc is 447.\boxed{447}.

Video Solution

https://youtu.be/7g5dztxGUrk

~savannahsolver