Classification - Odd One Out — Summary
Classification (odd-one-out) asks which item does NOT share the property common to the rest. It is fast and frequent in placement reasoning (TCS, Wipro, Infosys) — find the shared rule first, then spot the single exception.
Approach
- Numbers: test primality, perfect squares/cubes, divisibility, digit patterns.
- Letters: test position patterns, vowel/consonant groups, symmetry.
- Words: test category (fruits, metals), function, or part-of-speech.
| Group | Common property | Odd one |
|---|---|---|
| 3, 5, 7, 9, 11 | primes | 9 (composite) |
| 4, 9, 16, 20, 25 | perfect squares | 20 |
| Rose, Lotus, Mango, Lily | flowers | Mango (fruit) |
| BD, FH, JL, MN | gap of 2 within pair | MN (gap 1) |
Example: in 3, 5, 7, 9, 11 all are prime except 9, so 9 is the odd one out. ✓
Exam Tricks & Tips
- 🎯 Find the property shared by the MAJORITY; the exception is the answer.
- 🎯 For numbers, run a quick checklist: prime? square? cube? even/odd? divisible?
- 🎯 For letter pairs, check the internal gap is identical across options.
- 🎯 For words, decide the category first (all flowers → the non-flower stands out).
- 🎯 If two seem odd, pick the one breaking the MOST fundamental property.
- ❌ Don't stop at the first difference — confirm the rest genuinely share one rule.
Expected exam pattern: odd number/letter-pair/word out. 1 to 2 questions, ~35 seconds.
Quick recap: identify the majority's shared property, then flag the single item that breaks it; use a number checklist for numeric groups.
Classification - Odd One Out — Flashcards
Q1. What does odd-one-out test?
A1. Which item does not share the common property.
Q2. Odd one: 3, 5, 7, 9, 11?
A2. 9 (the only composite).
Q3. Odd one: 4, 9, 16, 20, 25?
A3. 20 (not a perfect square).
Q4. Odd one: Rose, Lotus, Mango, Lily?
A4. Mango (a fruit, not a flower).
Q5. First step in classification?
A5. Find the property shared by the majority.
Q6. Number checklist to run?
A6. Prime? square? cube? even/odd? divisible?
Q7. Odd one: 8, 27, 64, 100, 125?
A7. 100 (not a perfect cube).
Q8. Odd one: BD, FH, JL, MN?
A8. MN (gap 1, others gap 2).
Q9. If two items look odd, choose?
A9. The one breaking the most fundamental property.
Q10. Odd one: 2, 4, 6, 9, 10?
A10. 9 (the only odd number).
Q11. For a word group, decide what first?
A11. The category all but one belong to.
Q12. Odd one: Copper, Iron, Gold, Diamond?
A12. Diamond (not a metal).
Classification - Odd One Out
Odd-one-out flips analogy: four items share a property and one breaks it. The winning habit is to look for the common thread among the majority first, then find the single outlier — not to judge each item in isolation.
What this topic tests: spotting the shared category/rule among options and identifying the one that violates it.
The method
Beginner — find what most share
Scan for the property that three or four options have in common: same category (fruits), same number property (all primes), same letter pattern. The one lacking it is the answer.
Intermediate — number and letter classification
- Numbers: check prime/composite, perfect square/cube, even/odd, divisibility, digit sum. 8, 27, 64, 100 → cubes except 100 → 100 is odd.
- Letters: check the internal gap in letter groups. BDF, CEG, DFH have gaps +2,+2; the group with a different gap is odd.
Advanced — layered properties and tie handling
Sometimes multiple properties compete. Prefer the simplest, most exact classification that isolates exactly one item.
Example: 2, 3, 5, 7, 9 — most are prime; 9 is not → odd is 9. If two candidates could be "odd", pick the property that leaves exactly one outlier, not one that leaves two.
Worked example
Find the odd one: 121, 144, 169, 200, 225.
121 = 11², 144 = 12², 169 = 13², 225 = 15² — all perfect squares; 200 is not. Odd one out = 200.
Where it appears
TCS NQT, Infosys, Wipro, Capgemini reasoning; a quick-scoring item type present in most drives.
Speed tricks and shortcuts
- Look for the majority pattern first, then the exception.
- For numbers, run the checklist: prime, square, cube, even/odd, divisible-by-k, digit sum.
- For letter groups, compute the internal gaps and compare.
- Mnemonic: "Three agree, one's the odd — find the shared rule first."
Choosing an item that is "different" by a superficial trait when a cleaner, exact rule fits the other four. Always confirm your chosen rule leaves exactly one outlier, not several.
- ✓- Identify the property shared by the majority; the violator is the answer.
- ✓- Numbers: prime/square/cube/even-odd/divisibility/digit sum.
- ✓- Letters: compare internal gaps within groups.
- ✓- The correct rule isolates exactly one item.
- ✓Hunt for the rule that unites the majority, then name the single item that breaks it. Run the standard number/letter checklists and make sure exactly one outlier remains.
Classification - Odd One Out — Worked Example
Worked Example
Problem: Find the odd one out: 8, 27, 64, 100, 125.
Solution: Test the group for a shared property. Check whether each number is a perfect cube:
- 8 = 2³ ✓
- 27 = 3³ ✓
- 64 = 4³ ✓
- 100 = ? — between 4³ (64) and 5³ (125), and 100 is not a perfect cube ✗
- 125 = 5³ ✓
Four of the five numbers are perfect cubes; 100 is a perfect square (10²) but not a cube.
Answer: 100 is the odd one out.
- ✓- Hunt for one property that four items share (cubes, squares, primes, multiples).
- ✓- Perfect cubes here are 2³, 3³, 4³, 5³; the intruder breaks the pattern.
- ✓- Beware distractors that satisfy a different property (100 is a square, not a cube).