返回题库

AIME 2017 I · 第 2 题

AIME 2017 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 2

When each of 702702, 787787, and 855855 is divided by the positive integer mm, the remainder is always the positive integer rr. When each of 412412, 722722, and 815815 is divided by the positive integer nn, the remainder is always the positive integer srs \neq r. Find m+n+r+sm+n+r+s.

解析

Solution

Let's work on both parts of the problem separately. First,

855787702r(modm).855 \equiv 787 \equiv 702 \equiv r \pmod{m}. We take the difference of 855855 and 787787, and also of 787787 and 702702. We find that they are 8585 and 6868, respectively. Since the greatest common divisor of the two differences is 1717, m=1,17m=1,17 but if m=1m=1, then r=0r=0 which violates rr being positive,so it's safe to assume that m=17m = 17.

Then, we divide 855855 by 1717, and it's easy to see that r=5r = 5. Dividing 787787 and 702702 by 1717 also yields remainders of 55, which means our work up to here is correct.

Doing the same thing with 815815, 722722, and 412412, the differences between 815815 and 722722 and 412412 are 310310 and 9393, respectively. Since the only common divisor (besides 11, of course) is 3131, n=31n = 31. Dividing all 33 numbers by 3131 yields a remainder of 99 for each, so s=9s = 9. Thus, m+n+r+s=17+5+31+9=062m + n + r + s = 17 + 5 + 31 + 9 = \boxed{062}.

Solution 2

We know that 702=am+r,787=bm+r,702 = am + r, 787 = bm + r, and 855=cm+r855 = cm+r where aca-c are integers.

Subtracting the first two, the first and third, and the last two, we get 85=(ba)m,153=(ca)m,85 = (b-a)m, 153=(c-a)m, and 68=(cb)m.68=(c-b)m.

We know that ba,cab-a, c-a and cbc-b must be integers, so all the numbers are divisible by m.m.

Factorizing the numbers, we get 85=517,153=3217,85 = 5 \cdot 17, 153 = 3^2 \cdot 17, and 68=2217.68 = 2^2 \cdot 17. We see that all these have a factor of 17, so m=17.m=17.

Finding the remainder when 702702 is divided by 17,17, we get n=5.n=5.

Doing the same thing for the next three numbers, we get 17+5+31+9=06217 + 5 + 31 + 9 = \boxed{062}

~solasky

Solution 3 (Sol. 1 but possibly more clear)

As in Solution 1, we are given 855787702r(modm)855\equiv787\equiv702\equiv r\pmod{m} and 815722412s(modn).815\equiv722\equiv412\equiv s\pmod{n}. Tackling the first equation, we can simply look at 855787702(modm)855\equiv787\equiv702\pmod{m}. We subtract 702702 from each component of the congruency to get 153850(modm)153\equiv85\equiv0\pmod{m}. Thus, we know that 153153 and 8585 must both be divisible by mm. The only possible mm, in this case, become 1717 and 11; obviously, m1m\neq1, so we know m=17m=17. We go back to the original equation, plug in mm, and we find that r=5r=5.

Similarly, we can subtract out the smallest value in the second congruency, 412412. We end up with 4033100(modn)403\equiv310\equiv0\pmod{n}. Again, we find that n=31n=31 or 11, so n=31n=31. We also find that s=9s=9.

Thus, our answer is 062\boxed{062}.

~Technodoggo

Video Solution

https://youtu.be/BiiKzctXDJg ~Shreyas S