Patrick B. answered 03/07/21
Math and computer tutor/teacher
change the variables to x,y, and z
3x + 2y + 4z = -1
2x - y + 2z = -2
-x + y + 2z = 2
eliminates x as follows....
2*eq3 + eq2
3*eq3 + eq1
------------------
5y + 10z = 5
y + 6z = 2
-5 * eq2 + eq1
-----------------
-20z = -5
z = 1/4
5y + 10/4 = 5 and 5y + 10(1/4) = 5
5y + 5/2 = 5 5y + 10/4 = 5
5y = 5/2 which is the same equation
y = 1/2
3x + 2y + 4z = -1
3x + 2(1/2) + 4(1/4) = -1
3x + 1 + 1 = -1
3x + 2 = -1
3x = -3
x = -1
the solution is (x=-1, y = 1/2, z = 1/4)