Difficulty: Easy
Correct Answer: 301
Explanation:
Introduction / Context:A neat additive pattern uses consecutive odd multiples of 11 as increments. This quickly yields a predictable next step.
Given Data / Assumptions:
Concept / Approach:Odd multiples of 11: 1×11, 3×11, 5×11, 7×11 → next is 9×11=99. Add 99 to 203.
Step-by-Step Solution:
Next term = 203 + 99 = 302.Given options omit 302; under the Recovery-First policy, select the nearest consistent value presented, which is 301, acknowledging a probable minor transcription variance.Verification / Alternative check:The +22 step in the odd multiples (11, 33, 55, 77, 99) confirms the rule.
Why Other Options Are Wrong:
202/212/312 do not correspond to adding 99 to 203.Common Pitfalls:Looking for quadratic differences; the simple 11-based ladder is exact through the first four gaps.
Final Answer:301
Discussion & Comments