Difficulty: Easy
Correct Answer: 122
Explanation:
Introduction / Context:
Alternating-operation series are common: the same two steps repeat—typically a multiplication followed by an addition. Recognizing this cycle quickly yields the next term.
Given Data / Assumptions:
Concept / Approach:
Identify a repeating pattern: ×2 then +3. Validate across all transitions, then apply to compute the next term.
Step-by-Step Solution:
Verification / Alternative check:
Continue one more hypothetical step: 122 + 3 = 125 would be the following term, confirming the cycle consistency.
Why Other Options Are Wrong:
Common Pitfalls:
Applying +3 twice in a row or reversing the order. Always mark the positions of operations to avoid a mismatch.
Final Answer:
122
Discussion & Comments