Difficulty: Medium
Correct Answer: 55
Explanation:
Introduction / Context:
This series alternates between increases and decreases with changing step sizes. Recognizing the two interleaved operations (add, then subtract) with a controlled change in the step values is key.
Given Data / Assumptions:
Concept / Approach:
Write consecutive differences and look for a secondary pattern in the step sizes. In many puzzles, the “add” steps decrease gradually, while the “subtract” steps also change by a fixed rule.
Step-by-Step Solution:
Verification / Alternative check:
The symmetric step reductions (+9, +8, +7, +6 … and −7, −6, −5, −4 …) remain consistent across the entire sequence.
Why Other Options Are Wrong:
Common Pitfalls:
Treating the series as one uniform arithmetic progression rather than alternating add/subtract with gradually changing step sizes.
Final Answer:
55
Discussion & Comments