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:
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