Difficulty: Easy
Correct Answer: 14
Explanation:
Problem restatement
Identify the single term that does not follow the same basic property as the others in the list 3, 5, 11, 14, 17, 21.
Given data
Concept / Approach
Start with the simplest structural checks: parity (odd/even), perfect squares/cubes, small prime/composite patterns, and quick divisibility. The simplest clear separator here is parity.
Step-by-step check
3 → odd 5 → odd 11 → odd 14 → even 17 → odd 21 → odd
Exactly one term (14) is even; all others are odd.
Verification / Alternative
Prime/composite is not decisive here (21 and 14 are composite, others are prime), but parity produces a unique outlier: only 14 is even.
Common pitfalls
Final Answer
14
Discussion & Comments