Difficulty: Easy
Correct Answer: 28 32
Explanation:
Introduction / Context:
Number series questions test recognition of patterns such as constant differences, alternating sequences, and cyclic increments. Here we must extend a mixed pattern to determine the next two terms.
Given Data / Assumptions:
Concept / Approach:
Look for local difference patterns and repeated substructures. Many such series use alternating mini-patterns or settle into a steady increment in the tail. Check recent terms first to avoid early noise.
Step-by-Step Solution:
Verification / Alternative check:
Check for contradictions: If we used any other option (for example, 22 next), we would require a sudden -2 that breaks the emerging +4 stride after 20 → 24. The simplest and most consistent continuation is +4, +4.
Why Other Options Are Wrong:
Common Pitfalls:
Overfitting the early irregular jumps (+14, -10, +6, -2) and ignoring the most recent consistent behavior can mislead. Always test the last few steps for stability.
Final Answer:
28 32
Discussion & Comments