Stephanie M. answered 05/14/15
Tutor
5.0
(887)
Private Tutor - English, Mathematics, and Study Skills
If you haven't learned to use matrices for this type of problem, here's another way to solve it.
2x - 4y - 2z = -6
3x + 2y - z = -17
4x - 3y - 2z = -14
3x + 2y - z = -17
4x - 3y - 2z = -14
First, solve that first equation for x:
2x = -6 + 4y + 2z
x = -3 + 2y + z
Plug that expression for x into the second and third equations:
3(-3 + 2y + z) + 2y - z = -17
-9 + 6y + 3z + 2y - z = -17
8y + 2z = -8
4y + z = -4
z = -4y - 4
4(-3 + 2y + z) - 3y - 2z = -14
-12 + 8y + 4z - 3y - 2z = -14
5y + 2z = -2
Now you've essentially got a new system of two equations:
z = -4y - 4
5y + 2z = -2
Plug that expression for z into the new second equation to solve for y:
5y + 2(-4y - 4) = -2
5y - 8y - 8 = -2
-3y - 8 = -2
-3y = 6
y = -2
Plug that value for y back into the new first equation to solve for z:
z = -4y - 4
z = -4(-2) - 4
z = 8 - 4
z = 4
Finally, plug those values for y and z back into an original equation to solve for x:
x = -3 + 2y + z
x = -3 + 2(-2) + (4)
x = -3 - 4 + 4
x = -3