Difficulty: Easy
Correct Answer: 36
Explanation:
Introduction / Context:
This series contains perfect squares. The task is to identify which square does not belong to the intended pattern once the underlying rule is recognized.
Given Data / Assumptions:
Concept / Approach:
Note that 25 = 5^2, 49 = 7^2, 81 = 9^2, 121 = 11^2, 169 = 13^2, 225 = 15^2. These are consecutive odd squares starting at 5^2, except one even square appears in the list.
Step-by-Step Solution:
Verification / Alternative check:
Remove 36 and the remaining sequence consists entirely of odd squares in ascending order. No other term violates that rule.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming the series is simply all consecutive squares. The presence of 36 can mislead; look for a deeper consistency such as only odd squares.
Final Answer:
36
Discussion & Comments