Difficulty: Medium
Correct Answer: 47
Explanation:
Introduction / Context:
Odd-one-out series often rely on steadily increasing differences. If one term slightly deviates, it signals the outlier. Here we analyze first- and second-order differences to confirm which value does not belong.
Given Data / Assumptions:
Concept / Approach:
Compute consecutive differences; look for a smooth pattern (e.g., +5, +7, +9, +11, +13, etc.). A single break in the smoothness usually identifies the odd term.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
47
Discussion & Comments