Difficulty: Easy
Correct Answer: 27-23
Explanation:
Introduction / Context:
Checking constant differences is a fast way to classify number pairs. Here, three pairs share the same difference; one breaks it.
Given Data / Assumptions:
Concept / Approach:
Calculate the difference for each pair and compare.
Step-by-Step Solution:
5 − 2 = 3.19 − 16 = 3.31 − 28 = 3.27 − 23 = 4.Thus, three differences are 3; one is 4.
Verification / Alternative check:
Order does not matter for absolute difference: |5 − 2|, |19 − 16|, |31 − 28| are 3; |27 − 23| is 4. The outlier persists.
Why Other Options Are Wrong:
Common Pitfalls:
Switching to ratio checks complicates matters; the simplest invariant suffices here.
Final Answer:
27-23
Discussion & Comments