1985 AIME Problem 5

Attempt Problem 5 of the 1985 AIME below, then check your answer against the professionally curated solution from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 1985 AIME solutions, or check the answer key.

All problems are used with official legal permission of the Mathematical Association of America (MAA).

5.

A sequence of integers a1,a_1, a2,a_2, a3,a_3, \ldots is chosen so that an=an1an2a_n=a_{n-1}-a_{n-2} for each n3.n\geq3. What is the sum of the first 20012001 terms of this sequence if the sum of the first 14921492 terms is 1985,1985, and the sum of the first 19851985 terms is 1492?1492?

Answer: 986
Concepts:recursionpattern recognitionsystem of equations
Difficulty rating: 2110
Small Hint:

Write the first six terms in terms of a1a_1 and a2a_2

Big Hint:

The sequence repeats every six terms, and each six-term block has sum 00

Solution:

Put a1=xa_1=x and a2=y.a_2=y. The first six terms are x, y, yx, x, y, xy, x,\ y,\ y-x,\ -x,\ -y,\ x-y, after which the sequence repeats; these six terms sum to 0.0. Since 14924(mod6)1492\equiv4\pmod6 and 19855(mod6),1985\equiv5\pmod6, the given equations are 2yx=1985,yx=1492. \begin{aligned} 2y-x&=1985,\\ y-x&=1492. \end{aligned} Thus y=493.y=493. Since 20013(mod6),2001\equiv3\pmod6, the requested sum is x+y+(yx)=2y=986.x+y+(y-x)=2y=986.

← Problem 4#4
Full Exam

Problem 5 in Other Years