SOLUTION: The tens-digit of a three digit number is 3 less than 5 times the units digit. Three times the sum of the digits is 2 more than 4 times the hundreds digit. If the digits are revers

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: The tens-digit of a three digit number is 3 less than 5 times the units digit. Three times the sum of the digits is 2 more than 4 times the hundreds digit. If the digits are revers      Log On


   



Question 253285: The tens-digit of a three digit number is 3 less than 5 times the units digit. Three times the sum of the digits is 2 more than 4 times the hundreds digit. If the digits are reversed, the new number is 594 less than the original number. Find the original number. (find a system of 3 equations then use the system to find the original number).
Found 3 solutions by josmiceli, richwmiller, JimboP1977:
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Let h = hundreds digit
Let t = tens digit
Let u = units digit
The actual number must be
100h+%2B+10t+%2B+u
given:
(1)t+=+5u+-+3
(2) 3%2A%28h+%2B+t+%2B+u%29+=+4h+%2B+2
The number with the digits reversed would be
100u+%2B+10t+%2B+h
(3) 100u+%2B+10t+%2B+h+=+100h+%2B+10t+%2B+u+-+594
-------------------------------------
I have the 3 equations and I just need to tidy them up
and solve for h,t, and u
I'll leave this for you

Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
Why do we need three equations? We need three equations because we will have three unknowns. We need one equation for each unknown.
Let the digits be h, t and u
Let the number be 100h+10t+u
t=5u-3
3*(h+t+u)=2+4h
100u+10t+h+594=100h+10t+u
721
h=7
t=2
u=1
check
2=5*1-3
2=5-3=2 ok
3*(7+2+1)=2+4*7
3*10=2+28
30=30 ok
127+594=721
721=721 ok

Answer by JimboP1977(311) About Me  (Show Source):
You can put this solution on YOUR website!
Let H be the hundreds digit
Let T be the tens digit
Let U be the units digit.
We are given the following:
T%2B3=5U (1)
3%28H%2BT%2BU%29-2=4H (2)
100U%2B10T%2BH=100H%2B10T%2BU-594 (3)
Rearrange (1) to equal T. Then substitute into (2).
3%28H%2B%285U-3%29%2BU%29-2=4H
3%28H%2B6U-3%29-2=4H
3H%2B18U-9-2=4H
3H%2B18U-11=4H
18U-11=H (4)
Collect terms in (3) to give 99U-99H=-594 (5)
Subsitute (4) into (5) to give 99U-99%2818U-11%29=-594
99U-1782U%2B1089=-594
-1683U%2B1089=-594
-1683U=-1683
U=1
Plug this result into (1) and (4) to give T=8 and H=7
So the original number 781.
Does that make any sense?