What is the value of
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Group the terms in fours: the k-th group is (4k-3)+(4k-2)+(4k-1)-4k = 8k-6, and there are 50 groups.
Solution
Every fourth term is subtracted, so cut the terms into blocks of four. The -th block is
Check: gives .
Summing over :
The answer is .
Why this works
A repeating sign pattern of period turns the sum into copies of one simple formula. Writing the block in terms of converts an irregular-looking series into an arithmetic series you can sum with standard tools. Verifying the block formula on catches off-by-one errors.
Alternative approach
Add everything, then correct the subtracted terms: , and each multiple of was added when it should have been subtracted, so remove . Result .
The trap
Treating the pattern as plus-plus-plus-minus over 200 terms but mis-tracking the sign of every fourth term, or summing 1 to 200 without subtracting 2 times each multiple of 4.
Common mistakes
- Treating the pattern as plus-plus-plus-minus over 200 terms but mis-tracking the sign of every fourth term, or summing 1 to 200 without subtracting 2 times each multiple of 4.
- Subtracting the multiples of only once (giving ) instead of twice.
Techniques
Set up the equation/formula and compute; no special trick needed · Compute small cases, spot the pattern, generalize