Problem:
For each integer nβ₯2, let Snβ be the sum of all products jk, where j and k are integers and 1β€j<kβ€n. What is the sum of the 10 least values of n such that Snβ is divisible by 3?
Answer Choices:
A. 196
B. 197
C. 198
D. 199
E. 200
Solution:
To get from Snβ to Sn+1β, we add 1(n+1)+2(n+1)+β―+n(n+1)=(1+2+β―+n)(n+1)=2n(n+1)2β.
Now, we can look at the different values of nmod3. For nβ‘0(mod3) and nβ‘2(mod3), then we have 2n(n+1)2ββ‘0(mod3). However, for nβ‘1(mod3), we have
21β
22ββ‘2(mod3)
Clearly, S2ββ‘2(mod3). Using the above result, we have S5ββ‘1(mod3), and S8β,S9β, and S10β are all divisible by 3. After 3β
3=9, we have S17β,S18β, and S19β all divisible by 3, as well as S26β,S27β,S28β, and S35β. Thus, our answer is 8+9+10+17+18+19+26+27+28+35=27+54+81+35=162+35=B. 197β.
The problems on this page are the property of the MAA's American Mathematics Competitions