Difficulty: Easy
Correct Answer: 17
Explanation:
Introduction / Context:We aim for differences that follow perfect squares in order, a frequent pattern in progressive series.
Given Data / Assumptions:
Concept / Approach:Work from the known tail: 21→30 = 9, 30→46 = 16, 46→71 = 25, 71→107 = 36. So just before 21 the difference must be 4, and before that 1.
Step-by-Step Solution:
21 − ? = 4 ⇒ ? = 17.Check from the start: 17 − 16 = 1; then 21 − 17 = 4; 30 − 21 = 9; 46 − 30 = 16; 71 − 46 = 25; 107 − 71 = 36.Verification / Alternative check:All differences match 1^2, 2^2, 3^2, 4^2, 5^2, 6^2 in order.
Why Other Options Are Wrong:19, 21, 23 would break the square-difference progression somewhere else.
Common Pitfalls:Assuming constant differences; here they grow as perfect squares.
Final Answer:17.
Discussion & Comments