SOLUTION: A number of two digits are equal to 6 times the sum of the digits, and the number formed by reversing the digits exceeds four times the sum of the digits by 9. what are the origina

Algebra ->  Equations -> SOLUTION: A number of two digits are equal to 6 times the sum of the digits, and the number formed by reversing the digits exceeds four times the sum of the digits by 9. what are the origina      Log On


   



Question 698705: A number of two digits are equal to 6 times the sum of the digits, and the number formed by reversing the digits exceeds four times the sum of the digits by 9. what are the original numbers?

(I have worked out the numbers to be 5 and 4, but this is through guess and check. I don't know how to write out the equation)
THANK YOU!

Found 2 solutions by josmiceli, stanbon:
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Let the 10s digit = +a+
Let the units digit = +b+
Note that the actual value of the number is
+10a+%2B+b+
---------------
given:
(1) +10a+%2B+b+=+6%2A%28+a+%2B+b+%29+
(2) +10b+%2B+a+=+4%2A%28+b+%2B+a+%29+%2B+9+
-----------------------------
(1) +10a+%2B+b+=+6a+%2B+6b+
(1) +10a+-+6a+=+6b+-+b+
(1) +4a+=+5b+
(1) +a+=+%285%2F4%29%2Ab+
and
(2) +10b+%2B+a+=+4%2A%28+b+%2B+a+%29+%2B+9+
(2) +10b+%2B+a+=+4b+%2B+4a+%2B+9+
(2) +4a+-+a+=+10b+-+4b+-+9+
(2) +3a+=+6b+-+9+
By substitution:
(2) +3%2A%285%2F4%29%2Ab+=+6b+-+9+
(2) +15b+=+24b+-+36+
(2) +9b+=+36+
(2) +b+=+4+
and
(1) +a+=+%285%2F4%29%2Ab+
(1) +a+=+%285%2F4%29%2A4+
(1) +a+=+5+
The original number is 54
Whatever you did was pretty good.


Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A number of two digits are equal to 6 times the sum of the digits, and the number formed by reversing the digits exceeds four times the sum of the digits by 9. what are the original numbers?
----
Let the number be 10t+u ( t is the ten's digit; u is the unit's digit)
-----
Equation:
10t+u = 6(t+u)
10u+t = 4(t+u) + 9
------
Rearrange:
4t -5u = 0
-3t+6u = 9
-----------------
Modify:
12t - 15u = 0
-12t +24u = 36
---
Add and solve for "u":
9u = 36
u = 4
-----
Solve for "t":
12t = 15u
t = 15*4/12
t = 5
-----
Ans: The number is 10t+u = 54
====================================
Cheers,
Stan H.
====================