Question 1090922
y=-4
-2x-4y+4z=20
-2x-2y-3z=26<pre>
Substitute -4 for y in the other two equations:

-2x-4(-4)+4z = 20
   -2x+16+4z = 20
      -2x+4z = 4

-2x-2(-4)-3z = 26
    -2x+8-3z = 26
      -2x-3z = 18

Solve the system:

      -2x+4z = 4
      -2x-3z = 18

Multiply the top equation by -1
and add the two equations:

       2x-4z = -4
      -2x-3z = 18
     -------------
         -7z = 14
           z = -2

Substitute in 

      -2x+4z = 4
   -2x+4(-2) = 4
       -2x-8 = 4
         -2x = 12
           x = -6

So the solution is

(x, y, z) = (-6, -4, -2)

Edwin</pre>