Difficulty: Easy
Correct Answer: 4
Explanation:
Problem restatement
A two-digit number (tens digit a, units digit b) exceeds its reverse by 36. Find |a − b|.
Given data
Concept/Approach
Simplify the difference to get a linear equation in (a − b).
Step-by-step calculation
(10a + b) − (10b + a) = 9(a − b) = 36 a − b = 36 ÷ 9 = 4
Verification/Alternative
If a − b = 4, then 9(a − b) = 36 exactly as given.
Common pitfalls
Final Answer
4
Discussion & Comments