SOLUTION: five times the sum of the digits of a two digit number equals the number. if the digits are reversed, it becomes nine more than the original number. what is the original number?

Algebra ->  Human-and-algebraic-language -> SOLUTION: five times the sum of the digits of a two digit number equals the number. if the digits are reversed, it becomes nine more than the original number. what is the original number?      Log On


   



Question 564704: five times the sum of the digits of a two digit number equals the number. if the digits are reversed, it becomes nine more than the original number. what is the original number?
Answer by lwsshak3(11628) About Me  (Show Source):
You can put this solution on YOUR website!
five times the sum of the digits of a two digit number equals the number. if the digits are reversed, it becomes nine more than the original number. what is the original number?
**
let u=units digit
let t=tens digit
..
original number: 10t+u
5(u+t)=10t+u
10u+t=9+10t+u
..
From first equation:
5u+5t=10t+u
4u=5t
u=5t/4
..
From second equation:
9u-9t=9
9(u-t)=9
u-t=1
5t/4-t=1
t/4=1
t=4
u=t+1=5
ans:
original number=45