Problema Solution
The digits of a two digit number add up to 12. Interchanging the digits gives a new number which us less than the original one by 36. Find the number.
Answer provided by our tutors
The digits of a two digit number add up to 12. Interchanging the digits gives a new number which us less than the original one by 36. Find the number.
Solution:
The two digits are x and (12-x)
So
10x+12-x -36 = 10(12-x)+x
x = 8
So the number is 84