Difficulty: Easy
Correct Answer: 23
Explanation:
Problem restatement
Among 1, 4, 9, 16, 23, 25, 36, identify the unique term that does not share the core property of the others.
Given data
Concept / Approach
These are mostly perfect squares of consecutive integers.
Step-by-step validation
1 = 12 4 = 22 9 = 32 16 = 42 23 ≠ n2 for integer n 25 = 52 36 = 62
All are perfect squares except 23.
Verification / Alternative
Note that 23 lies strictly between 42=16 and 52=25, so it cannot be a perfect square.
Common pitfalls
Final Answer
23
Discussion & Comments