Difficulty: Easy
Correct Answer: 36
Explanation:
Introduction / Context:
All listed numbers are perfect squares, but there is a deeper structural contrast: one is the square of an even integer while the rest are squares of odd integers. Identifying that unique parity distinguishes the odd term.
Given Data / Assumptions:
Concept / Approach:
Classify each term by the parity of its square root. If exactly one is even and all others are odd, that even square is the odd man out.
Step-by-Step Solution:
25 = 5^2 (odd)36 = 6^2 (even) ← unique49 = 7^2 (odd)81 = 9^2 (odd)121 = 11^2 (odd)169 = 13^2 (odd)225 = 15^2 (odd)
Verification / Alternative check:
Other properties (e.g., prime vs composite roots) do not segregate uniquely. Parity does: only 36 arises from an even root, 6.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
36
Discussion & Comments