SOLUTION: A two digit number is three less than seven times the sum of its digits. if the digits are reversed, the new number is 18 less than the original number. what is the original number
Question 467186: A two digit number is three less than seven times the sum of its digits. if the digits are reversed, the new number is 18 less than the original number. what is the original number? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A two digit number is three less than seven times the sum of its digits. if the digits are reversed, the new number is 18 less than the original number. what is the original number?
---------------
Let the number be 10t+u
---
Equation:
10t+u = 7(t+u)-3
10u+t = 10t+u-18
-----------------------
Rearrange:
3t -6u = -3
9u-9t = -18
-----------------
Modify:
t - 2u = -1
-t+ u = -2
-----
Add and solve for "u":
-u = -3
u = 3
------------
solve for "t":
t-2u = -1
t-6 = -1
t = 5
---------------
Original Number: 10*5+3 = 53
=================================
Cheers,
Stan H.