Home » Aptitude » Problems on Numbers

The difference between a two-digit number and the number obtained by interchanging its digits is 36. What is the difference between its two digits?

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

  • Original number = 10a + b
  • Reversed number = 10b + a
  • Difference = (10a + b) − (10b + a) = 36

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

  • Using b − a instead of a − b; the absolute difference is 4 in any case.

Final Answer
4

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion