Problem 29 · 2012 Math Kangaroo
Stretch
Algebra & Patterns
arithmetic-sequence
In the sequence 1, 1, 0, 1, −1, … the first two terms a1 and a2 are each 1. The third term is the difference of the previous two and a3 = a1 − a2 holds true. The fourth one is the sum of the previous two with a4 = a2 + a3, the fifth is the difference a5 = a3 − a4, a6 = a4 + a5, and so on, as well as the alternating difference and the sum. How big is the sum of the first 100 terms of this sequence?
Show answer
Answer: B — 3
Show hints
Hint 1 of 2
Just generate terms, alternately subtracting then adding the previous two, until the pattern repeats.
Still stuck? Show hint 2 →
Hint 2 of 2
Find the period and the sum over one full period, then handle the leftover terms.
Show solution
Approach: find the period, then sum 100 terms
- Listing terms gives \(1,1,0,1,-1,0,-1,-1,0,-1,1,0\), after which \(a_{13}=1, a_{14}=1\) repeat the start, so the period is 12.
- One full period sums to \(0\), so the first \(96 = 8\times12\) terms contribute \(0\).
- The remaining four terms \(a_{97},\dots,a_{100}\) match \(a_1,\dots,a_4 = 1,1,0,1\), summing to \(3\), choice B.
Mark:
· log in to save