SOLUTION: One number is 3 less than a second number. Twice the second number is 9 less than 5 times the first.

Algebra ->  Test -> SOLUTION: One number is 3 less than a second number. Twice the second number is 9 less than 5 times the first.       Log On


   



Question 371212: One number is 3 less than a second number. Twice the second number is 9 less than 5 times the first.
Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
let x & y be the two numbers
x= y-3
x-y =-3....................1
2y= 5x-9
2y-5x=-9...................2
multiply equation 1 by 2
2x-2y=-6
add it to (2)
-3x=-15
/-3
x=5
..
plug value of x in equation 1
5-y=-3
-y=-5-3
-y=-8
y=8
...
the numbers are 5 & 8