SOLUTION: solve the system of equations using the substitution method x+z=8 y-z=5 x-y=9

Algebra ->  Expressions-with-variables -> SOLUTION: solve the system of equations using the substitution method x+z=8 y-z=5 x-y=9      Log On


   



Question 553434: solve the system of equations using the substitution method
x+z=8
y-z=5
x-y=9

Found 3 solutions by Theo, ikleyn, MathTherapy:
Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
your 3 equations are:
x+z=8 (first equation)
y-z=5 (second equation)
x-y=9 (third equation)
from the first equation you get x = 8-z
from the second equation you get y = z+5
substitute for x and y in the third equation to get:
8-z - (z+5) = 9
simplify to get:
8-z-z-5 = 9
combine like terms to get:
3-2z = 9
subtract 3 from both sides of the equation to get:
-2z = 6
divide both sides of the equation by -2 to get:
z = -3
substitute for z in first equation to get:
x = 11
substitute for z in the second equation to get:
y = 2
your solution set is:
x = 11
y = 2
z = -3
substitute in all 3 original equations to get:
x+z=8 becomes 11-3 = 8 which becomes 8 = 8
y-z=5 becomes 2+3 = 5 which becomes 5 = 5
x-y=9 becomes 11-2 = 9 which becomes 9 = 9
solutions are confirmed as good.

Answer by ikleyn(52865) About Me  (Show Source):
You can put this solution on YOUR website!
.
solve the system of equations using the substitution method
x+z=8
y-z=5
x-y=9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~


        Yes,  the substitution method is robust and works perfectly,  as tutor @Theo showed in his post.
        But I will show you even more effective method.


Add all the three equations.  Then, after  combining like terms, you will get

    2x = 8 + 5 + 9 = 22.


Hence,  x = 22/2 = 11.


Having it, you find from the first equation

    z = 8 - x = 8 - 11 = -3,


and from the second equation

    y = 5 + z = 5 + (-3) = 2.


ANSWER.  x = 11,  y = 2,  z = -3.

Solved.

It is a kind of the Elimination method.

Resume:   the Substitution method is good, but sometimes other methods
                are more effective than the Substitution method.



Answer by MathTherapy(10556) About Me  (Show Source):
You can put this solution on YOUR website!
solve the system of equations using the substitution method
x+z=8
y-z=5
x-y=9

x + z = 8____z = 8 - x ---- eq (i)
y - z = 5 ----- eq (ii)
x - y = 9___x - 9 = y ----- wq (iii)

y - z = 5
x - 9 - (8 - x) = 5 ------ Substituting x - 9 for y, and 8 - x for z in eq (ii)
x - 9 - 8 + x = 5
x + x - 17 = 5
2x = 22
highlight_green%28matrix%281%2C5%2C+x%2C+%22=%22%2C+22%2F2%2C+%22=%22%2C+11%29%29

x - 9 = y
11 - 9 = y ------ Substituting 11 for x in eq (iii)
highlight_green%28matrix%281%2C5%2C+y%2C+%22=%22%2C+11+-+9%2C+%22=%22%2C+2%29%29

z = 8 - x
z = 8 - 11 ------ Substituting 11 for x in eq (i)
highlight_green%28matrix%281%2C5%2C+z%2C+%22=%22%2C+8+-+11%2C+%22=%22%2C+-+3%29%29