|
Question 254359: The sum of the digits of a two-digit number is 11. If 45 is added to the number, the result is the number with the digits reversed. find the number
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The sum of the digits of a two-digit number is 11. If 45 is added to the number, the result is the number with the digits reversed. find the number
-------------
Let the number be 10t+u where "t" is the tens digit and "u" is the units.
-------------------
Equations:
t + u = 11
10t+u+45 = 10u+t
-----------------------
Rearrange the equations:
t + u = 11
9t-9u = -45
------------------
Modify to get:
t + u = 11
t - u = 5
-----------------
Add and solve for "t":
2t = 16
t = 8 (the tens digit of the original number)
---
Since t+u = 11, u = 3 (the units digit)
--------------
Solution: The number is 83
===============================
Cheers,
Stan H.
|
|
|
| |