Home » Aptitude » Odd Man Out and Series

Find the odd number out in the sequence: 1, 4, 9, 16, 23, 25, 36.

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

  • Sequence: 1, 4, 9, 16, 23, 25, 36

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

  • Misreading 23 as 62 (which is 36), or assuming it fits the square pattern.

Final Answer
23

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion