Difficulty: Easy
Correct Answer: 88 : 16
Explanation:
Introduction / Context:
The rule appears to be “map a two-digit number to the sum of its digits”: 55 → 5 + 5 = 10. We must find another example matching this mapping.
Concept / Approach:
Compute digit sums for each left-hand number and compare with the right-hand value.
Why Other Options Are Wrong:
Final Answer:
88 : 16
Discussion & Comments