Difficulty: Easy
Correct Answer: 1437
Explanation:
Introduction / Context:
The jumps between terms are perfect squares of multiples of 5. Recognizing this gives a straightforward continuation.
Given Data / Assumptions:
Concept / Approach:
The next increment should be 25^2 = 625.
Step-by-Step Solution:
812 + 625 = 1437
Verification / Alternative check:
Initial term plus cumulative sums of (5k)^2 produces the listed numbers; adding (25)^2 fits the pattern.
Why Other Options Are Wrong:
1012, 1337, 1457 correspond to adding 200, 525, or 645, none of which are the required next square-of-5 multiple.
Common Pitfalls:
Assuming constant or linear growing differences; the key is the squared multiples.
Final Answer:
1437
Discussion & Comments