In the eight-term sequence , the value of is 5 and the sum of any three consecutive terms is 30. What is ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Subtracting overlapping triple sums gives A = D = G and B = E = H, so A + H = A + B = 30 - 5.
Solution
Compare two overlapping triples: and . Subtracting gives . The same argument on every pair of consecutive triples shows that each term equals the term three places later:
So , and the desired sum is
The answer is .
Why this works
A constant sum over a sliding window of length forces the sequence to be periodic with period : subtracting adjacent window sums cancels everything but the entering and leaving terms. Once the period is known, any far-apart pair of terms can be pulled back into a single window, where the given constraint applies.
Alternative approach
Write the sequence in terms of and : . Every triple of consecutive terms is a rearrangement of and sums to , so , and the last term is .
The trap
Trying to determine A and H individually; they are not determined, only their sum is, and A + B = 25 comes straight from A + B + C = 30.
Common mistakes
- Trying to determine A and H individually; they are not determined, only their sum is, and A + B = 25 comes straight from A + B + C = 30.
- Assuming the sequence is arithmetic or that all terms equal , which contradicts .
Techniques
Set up the equation/formula and compute; no special trick needed · Compute small cases, spot the pattern, generalize