SOLUTION: Hello! I am trying to solve this one using back substitution. {x-y-2z=10 {2y+2z=-8 z=-1 Thanks

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Hello! I am trying to solve this one using back substitution. {x-y-2z=10 {2y+2z=-8 z=-1 Thanks      Log On


   



Question 385954: Hello! I am trying to solve this one using back substitution.
{x-y-2z=10
{2y+2z=-8
z=-1

Thanks

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Linear-systems/385954 (2010-12-14 08:47:52): Hello! I am trying to solve this one using back substitution.
x-y-2z=10
2y+2z=-8
z=-1
------------
2y+2z=-8
Sub for z
2y + 2*-1 = -8
2y = -6
y = -3
-------
x-y-2z=10
Sub for y & z
x - (-3) -2(-1) = 10
x + 3 + 2 = 10
x = 5