Difficulty: Easy
Correct Answer: 20
Explanation:
Problem restatement
From 1, 4, 9, 16, 20, 36, 49, choose the number that does not share the main property with the rest.
Given data
Concept / Approach
The terms are largely perfect squares of small integers; check each.
Step-by-step validation
1 = 12 4 = 22 9 = 32 16 = 42 20 ≠ n2 for integer n 36 = 62 49 = 72
All are perfect squares except 20.
Verification / Alternative
20 lies between 42=16 and 52=25, confirming it is not a perfect square.
Common pitfalls
Final Answer
20
Discussion & Comments