Difficulty: Easy
Correct Answer: 279
Explanation:
Introduction / Context:
This odd-one-out question checks divisibility recognition. A quick way to spot the outlier is to see if all but one term share a common factor or property (e.g., multiples of a fixed base).
Given Data / Assumptions:
Concept / Approach:
Test each value for divisibility by 11. Many in the list obviously relate to 11: 22 (211), 33 (311), 66 (611), 99 (911), 121 (11^2), 594 (5411). The standard 11-divisibility check uses alternating-digit sums.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
279
Discussion & Comments