Difficulty: Easy
Correct Answer: 150
Explanation:
Introduction / Context:
This is a difference-pattern series where each step increases by a steadily growing even number. One term breaks the pattern and must be identified.
Given Data / Assumptions:
Concept / Approach:
Compute successive differences and check whether they follow a simple progression, such as adding even numbers that increase by 2 each time.
Step-by-Step Solution:
Verification / Alternative check:
Replace 150 with 156 to obtain differences 16, 18, 20, 22, 24, a consistent arithmetic progression of even numbers.
Why Other Options Are Wrong:
Common Pitfalls:
Looking at ratios when the structure is additive. Always test both methods, but here differences immediately reveal the rule.
Final Answer:
150
Discussion & Comments