Difficulty: Easy
Correct Answer: 734
Explanation:
Introduction / Context:
Another classic pattern is adding consecutive perfect squares (often descending). Once identified, extension is immediate and exact.
Given Data / Assumptions:
Concept / Approach:
Continue with the next lower square: 10^2 = 100.
Step-by-Step Solution:
Verification / Alternative check:
All increments are perfect squares descending by 1 in the base (14, 13, 12, 11, 10).
Why Other Options Are Wrong:
Common Pitfalls:
Attempting ratios between terms; the additive square structure fits perfectly.
Final Answer:
734
Discussion & Comments