SOLUTION: For a particular two digit number, the value of the number is 9 more than when the digits are reversed. In fact, if you add 4 to the first digit it is the same as doubling the se
Algebra ->
Expressions-with-variables
-> SOLUTION: For a particular two digit number, the value of the number is 9 more than when the digits are reversed. In fact, if you add 4 to the first digit it is the same as doubling the se
Log On
Question 1007658: For a particular two digit number, the value of the number is 9 more than when the digits are reversed. In fact, if you add 4 to the first digit it is the same as doubling the second digit. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! For a particular two digit number, the value of the number is 9 more than when the digits are reversed. In fact, if you add 4 to the first digit it is the same as doubling the second digit.
----------------
Let the number be 10t+u
-----
Equations:
10t+u = 10u+t + 9
t+4 = 2u
-------------------
Substitute for "t" and solve for "u"::
10(2u-4) + u = 10u+2u-4 + 9
------
21u - 40 = 12u + 5
9u = 45
u = 5
----
t = 2u-4 = 6
---
Ans: number = 65
-----------------------
Cheers,
Stan H.
------------