Difficulty: Easy
Correct Answer: 55
Explanation:
Introduction / Context:Small-prime multiples (like 7) are frequent in classification items. A quick recall of 7-tables helps isolate the non-multiple instantly.
Given Data / Assumptions:
Concept / Approach:Confirm each value against 7: 21 = 7 * 3, 63 = 7 * 9, 49 = 7 * 7. The remaining value fails the test and becomes the outlier.
Step-by-Step Solution:21 → 7 * 3 → multiple.63 → 7 * 9 → multiple.49 → 7 * 7 → multiple.55 → 5 * 11 → not a multiple of 7.
Verification / Alternative check:Direct division 55/7 gives remainder 6, confirming non-divisibility.
Why Other Options Are Wrong:
Common Pitfalls:Confusing “ends with 1 or 3 or 9” as a rule. Ending digit patterns do not determine 7-divisibility; use factors or division.
Final Answer:55
Discussion & Comments