返回题库

AIME 2002 II · 第 7 题

AIME 2002 II — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

It is known that, for all positive integers kk,

12+22+32++k2=k(k+1)(2k+1)61^2+2^2+3^2+\ldots+k^{2}=\frac{k(k+1)(2k+1)}6.

Find the smallest positive integer kk such that 12+22+32++k21^2+2^2+3^2+\ldots+k^2 is a multiple of 200200.

解析

Solution

Using the given formula, we require k(k+1)(2k+1)6\frac{k(k+1)(2k+1)}{6} to be a multiple of 200200, i.e. k(k+1)(2k+1)k(k+1)(2k+1) to be a multiple of 2006=1200=24352200 \cdot 6 = 1200 = 2^4 \cdot 3 \cdot 5^2. This is equivalent to k(k+1)(2k+1)k(k+1)(2k+1) being divisible by each of these factors (24=162^4 = 16, 33, and 52=255^2 = 25) separately, since they are coprime.

Thus, for divisibility by 1616, we observe that (2k+1)(2k+1) is necessarily odd, while exactly one of kk and (k+1)(k+1) is even. It follows that the (at least) 44 factors of 22 must be either all contained in kk, or all contained in (k+1)(k+1), yielding k0(mod16)k \equiv 0 \pmod{16} or k+10(mod16)k+1 \equiv 0 \pmod{16} respectively. This reduces to k{0,15}(mod16)k \in \left\{0,15\right\} \pmod{16}.

Next, if k0(mod3)k \equiv 0 \pmod{3}, then obviously k(k+1)(2k+1)k(k+1)(2k+1) will be divisible by 3; otherwise, we will have either k1(mod3)k \equiv 1 \pmod{3}, giving 2k+121+130(mod3)2k+1 \equiv 2 \cdot 1 + 1 \equiv 3 \equiv 0 \pmod{3}, or k2(mod3)k \equiv 2 \pmod{3}, giving k+12+130(mod3)k+1 \equiv 2+1 \equiv 3 \equiv 0 \pmod{3}. Hence k(k+1)(2k+1)k(k+1)(2k+1) is in fact always divisible by 33, regardless of the value of kk.

Similarly, considering the cases k0,1,2,3,4(mod5)k \equiv 0,1,2,3,4 \pmod{5} in turn, the residues modulo 55 of kk, (k+1)(k+1), and (2k+1)(2k+1) respectively are 0,1,10,1,1; 1,2,31,2,3; 2,3,02,3,0; 3,4,23,4,2; and 4,0,44,0,4. As 00 never appears more than once in any of these cases, we deduce that at most one of kk, (k+1)(k+1), and (2k+1)(2k+1) is divisible by 5. Analogously to above, it follows that the (at least) 22 factors of 55 must be either all contained in kk, all contained in (k+1)(k+1), or all contained in (2k+1)(2k+1). These respectively give k,k+1,2k+10(mod25)k,k+1,2k+1 \equiv 0 \pmod{25}, which reduces to k{0,12,24}(mod25)k \in \left\{0,12,24\right\} \pmod{25}.

Accordingly, as there are 22 possible residues for kk modulo 1616 and 33 possible residues modulo 2525, we obtain a total of 23=62 \cdot 3 = 6 pairs of simultaneous congruences. By the Chinese remainder theorem, as 1616 and 2525 are coprime, each pair has a unique solution modulo 1625=40016 \cdot 25 = 400, which we can easily calculate by simply writing out the solutions of the first congruence, then checking whether each of them also satisfies the second congruence.

For instance, to solve k0(mod16)k \equiv 0 \pmod{16}, k12(mod25)k \equiv 12 \pmod{25}, we can write out the positive multiples of 1616 (to satisfy the first congruence, together with the fact that k>0k > 0), then subtract 1212 from each, until we find a multiple of 1616 for which this subtraction gives a multiple of 2525. As it turns out, 167=11216 \cdot 7 = 112 and 11212=100=254112-12 = 100 = 25 \cdot 4, so the solution of this pair is precisely k112(mod400)k \equiv 112 \pmod{400}. By applying this algorithm to each of the remaining pairs of congruences, we eventually obtain the complete solution k{0,112,175,224,287,399}(mod400)k \in \left\{0,112,175,224,287,399\right\} \pmod{400}, so the smallest possible positive value of kk is 112\boxed{112}.