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:
Next term = 634 + 100 = 734.Verification / Alternative check:All increments are perfect squares descending by 1 in the base (14, 13, 12, 11, 10).
Why Other Options Are Wrong:
715/755/788 would imply non-square increments (81, 121, 154) that break the 14^2→…→10^2 ladder.Common Pitfalls:Attempting ratios between terms; the additive square structure fits perfectly.
Final Answer:734
Discussion & Comments