AoPSWiki
Visit the AoPS Book Store.
Personal tools

1985 AIME Problems/Problem 5

From AoPSWiki

Problem

A sequence of integers a_1, a_2, a_3, \ldots is chosen so that a_n = a_{n - 1} - a_{n - 2} for each n \ge 3. What is the sum of the first 2001 terms of this sequence if the sum of the first 1492 terms is 1985, and the sum of the first 1985 terms is 1492?

Solution

The problem gives us a sequence defined by a recursion, so let's calculate a few values to get a feel for how it acts. We aren't given initial values, so let a_1 = a and a_2 = b. Then a_3 = b - a, a_4 = (b - a) - b = -a, a_5 = -a - (b - a) = -b, a_6 = -b - (-a) = a - b, a_7 = (a - b) - (-b) = a and a_8 = a - (a - b) = b. Since the sequence is recursively defined by the first 2 terms, after this point it must continue to repeat. Thus, in particular a_{j + 6} = a_j for all j, and so repeating this n times, a_{j + 6n} = a_j for all integers n and j.

Because of this, the sum of the first 1492 terms can be greatly simplified: 1488 = 6 \cdot 248 is the largest multiple of 6 less than 1492, so \sum_{i = 1}^{1492} a_i = (a_{1489} + a_{1490} + a_{1491} + a_{1492})+ \sum_{i = 1}^{1488} a_i = (a_1 + a_2 + a_3 + a_4) + \s..., where we can make this last step because \sum_{j = 1}^6 a_j = 0 and so the entire second term of our expression is zero.

Similarly, since 1980 = 6 \cdot 360, \sum_{i = 1}^{1985} a_i = (a_1 + a_2 + a_3 + a_4 + a_5) + \sum_{i = 1}^{1980}a_i = a + b + (b - a) + (-a) + (-b) = b - a.

Finally, \sum_{i = 1}^{2001}a_i = a_1 + a_2 + a_3 + \sum_{i = 1}^{1998} a_i = a + b + (b - a) = 2b.

Then by the givens, 2b - a = 1985 and b - a = 1492 so b = 1985 - 1492 = 493 and so the answer is 2\cdot 493 = 986.


See also

1985 AIME (ProblemsResources)
Preceded by
Problem 4
Followed by
Problem 6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Looking for a challenging geometry text? Preparing for MATHCOUNTS or the AMC exams? Check out Art of Problem Solving's Introduction to Geometry by Richard Rusczyk.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us