Question 154659
When the digits of the two digit number are reversed, the new number is 9 more than the original number, and the sum of the digits of the original number is 11. What is the original number?
----------------
Let the original number be 10t+u where t is the tens unit and u is the units digit.
-------------
If you reverse the digits you get 10u+t
--------------
EQUATION:
10u+t - (10t+u) = 9
t + u = 11
-----------------
Rearrange:
-9t + 9u = 9
t + u = 11
----------------
Modify:
t -u = -1
t+u = 11
-------------
Add to solve for t
2t = 10
t = 5
---------
since t+u = 11, u = 6
------------------------
The original number is 56
==============================
Cheers,
Stan H.