SOLUTION: A 2 digit numberis 6 less than 4 times the sum of its digits. If digits are interchange, the new number is 5 less than 8 times the sum of its digits. What's the original number?

Algebra ->  Equations -> SOLUTION: A 2 digit numberis 6 less than 4 times the sum of its digits. If digits are interchange, the new number is 5 less than 8 times the sum of its digits. What's the original number?      Log On


   



Question 92711: A 2 digit numberis 6 less than 4 times the sum of its digits. If digits are interchange, the new number is 5 less than 8 times the sum of its digits. What's the original number?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A 2 digit numberis 6 less than 4 times the sum of its digits. If digits are interchange, the new number is 5 less than 8 times the sum of its digits. What's the original number?
--------------
Comment: Any two digit number can be written as 10t+u where t is the ten's
digit and u is the unit's digit.
------------------
EQUATIONS:
10t+u+6 = 4(t+u)
10u+t+5 = 8(t+u)
---------------------
Simplify each equation to get:
6t-3u=-6
7t-2u= 5
-------------
Multiply thru the 1st by 2; Multiply thru the 2nd by 3
----------
12t-6u = -12
21t-6u = 15
---------------
Subtract the 1st from the 2nd to get:
9t = 27
t = 3
-----------
Substitute into 6t-3u=-6 to solve for u:
18 - 3u = -6
3u = 24
u = 8
---------------
the original number is 38
================================
Cheers,
Stan H.