Difficulty: Easy
Correct Answer: 186
Explanation:
Introduction / Context:Odd-one-out questions often rely on a hidden common property shared by most terms, with one exception. Factorization and divisibility checks are effective first steps.
Given Data / Assumptions:
Concept / Approach:Test divisibility by a distinctive prime (such as 11) or identify special forms (like squares). Spot the majority pattern and isolate the outlier.
Step-by-Step Solution:
121 = 11 × 11 (multiple of 11).143 = 11 × 13 (multiple of 11).165 = 11 × 15 (multiple of 11).209 = 11 × 19 (multiple of 11).186 ÷ 11 = 16.909… (not an integer), so 186 is not a multiple of 11.Verification / Alternative check:Four of the five terms are exact multiples of 11; only 186 fails this test, confirming it as the odd one out.
Why Other Options Are Wrong:
Common Pitfalls:Overcomplicating the search (e.g., summing digits or using advanced properties) when a simple prime-divisibility check reveals the pattern quickly.
Final Answer:186
Discussion & Comments