Difficulty: Medium
Correct Answer: 64, 73
Explanation:
Introduction / Context:
Classification questions with ordered pairs often hide a consistent arithmetic relation. Here, the governing relation is a fixed difference between the two numbers in each pair. Detecting and verifying that relation reveals the single exception.
Given Data / Assumptions:
Concept / Approach:
Compute y − x for every pair and look for consistency. If most pairs share the same difference and one does not, that pair is the odd element.
Step-by-Step Solution:
(46, 57): 57 − 46 = 11 → fits pattern.(38, 49): 49 − 38 = 11 → fits pattern.(41, 52): 52 − 41 = 11 → fits pattern.(64, 73): 73 − 64 = 9 → breaks pattern.
Verification / Alternative check:
Since three independent differences equal 11, the relation is unambiguous; any other arithmetic property would be secondary and unnecessary.
Why Other Options Are Wrong:
Common Pitfalls:
Overfitting patterns such as sums or products when a simpler, fixed-difference rule already yields a unique odd one out.
Final Answer:
64, 73
Discussion & Comments