Find the odd number out in the sequence: 1, 4, 9, 16, 23, 25, 36.
Aptitude
Odd Man Out and Series
Difficulty: Easy
Choose an option
-
A23
-
B25
-
C36
-
D16
Answer
Correct Answer: 23
Explanation
Problem restatementAmong 1, 4, 9, 16, 23, 25, 36, identify the unique term that does not share the core property of the others.
Given data
- Sequence: 1, 4, 9, 16, 23, 25, 36
Concept / ApproachThese 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 / AlternativeNote that 23 lies strictly between 42=16 and 52=25, so it cannot be a perfect square.
Common pitfalls
- Misreading 23 as 62 (which is 36), or assuming it fits the square pattern.
Final Answer23