Difficulty: Easy
Correct Answer: 64, 73
Explanation:
Introduction / Context:
Here, each option is an ordered pair (A, B). Most obey a constant-difference rule B = A + 11. The odd pair breaks this rule.
Given Data / Assumptions:
Concept / Approach:
Calculate B − A for each pair. Any result not equal to 11 flags the odd pair.
Step-by-Step Solution:
Verification / Alternative check:
Reverse differences A − B should be −11 for valid pairs; only the last gives −9, confirming the mismatch.
Why Other Options Are Wrong:
They match the +11 relation and are therefore not odd.
Common Pitfalls:
Mental subtraction errors with close numbers. Always compute carefully.
Final Answer:
64, 73 is the odd pair.
Discussion & Comments