For each positive integer , the mean of the first terms of a sequence is . What is the 2008th term of the sequence?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Mean n over n terms means the partial sums are n^2, so the n-th term is n^2 - (n-1)^2 = 2n - 1.
Solution
Let be the sum of the first terms. A mean of over terms means
The th term is the amount the sum grows when that term is added:
The answer is .
Why this works
Information about averages of the first terms is really information about partial sums, and any single term is a difference of two consecutive partial sums. Here produces the odd numbers , a pattern worth remembering: the sum of the first odd numbers is .
Alternative approach
Compute the first few terms: , , . The terms are the odd numbers, so .
The trap
Answering 2008 or 4016 by confusing the term with the mean or the partial-sum difference, instead of 2(2008) - 1.
Common mistakes
- Answering 2008 or 4016 by confusing the term with the mean or the partial-sum difference, instead of 2(2008) - 1.
- Reporting , the sum rather than the term.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta