Difficulty: Medium
Correct Answer: 91
Explanation:
Introduction / Context:
Some series grow by adding consecutive square numbers. If one term deviates from those differences, it becomes the odd one out. We will inspect first differences to uncover the rule.
Given Data / Assumptions:
Concept / Approach:
Compute term-to-term differences and compare them to 1^2, 2^2, 3^2, 4^2, 5^2, 6^2… A clean match should appear if the rule is "add consecutive squares".
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
91
Discussion & Comments