SOLUTION: you are given a two -digit positive integer. if reverse the digits of your number. The result is a number which is 20% larger than your number . what is your number ?

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: you are given a two -digit positive integer. if reverse the digits of your number. The result is a number which is 20% larger than your number . what is your number ?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 320098: you are given a two -digit positive integer. if reverse the digits of your number. The result is a number which is 20% larger than your number . what is your number ?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
given a two -digit positive integer. if reverse the digits of your number. The result is a number which is 20% larger than your number . what is your number ?
-----------------
Let the number be 10t+u
The reverse is 10u+t
-----------------------------
Equation:
10u+t = 1.20(10t+u)
---
10u + t = 12t + 1.2u
11t = 8.8u
t/u = 8.8/11
t/u = 0.8
t = 0.8u
-----------------
To get a whole digit, u must be 5
Then t = 0.8*5 = 4
---
Number = 10t+u = 45
=========================
Cheers,
Stan H.
===========================