Difficulty: Medium
Correct Answer: 8
Explanation:
Problem restatement
Digits (tens = a, units = b) satisfy 9(a − b) = 36 ⇒ a − b = 4. The digits are in the ratio 1 : 2. Find (a + b) − (a − b).
Given data
Concept/Approach
Since a − b > 0, the tens digit a is larger. Thus the pair must be (8, 4) up to the 1:2 ratio (4 : 8).
Step-by-step calculation
Take digits as 8 and 4 so that a − b = 4 and smaller : larger = 1 : 2 Sum = a + b = 12; Difference = a − b = 4 Required = (a + b) − (a − b) = 12 − 4 = 8
Verification/Alternative
Check the interchange condition: 9(a − b) = 9×4 = 36 (satisfied). The ratio condition holds with digits {4, 8}.
Common pitfalls
Final Answer
8
Discussion & Comments