Anand M. answered 12/10/14
Tutor
5.0
(311)
The Keys to Understanding a Subject: Fundamentals and Problem Solving
We can solve this system by first eliminating z from the second and third equations, (B) and (C). Multiply the first equation, (A) by 3 and add it to (B), and multiply (A) by -2 and add it to (C):
15x - 3y + 3z = 18
4x + 2y - 3z = 14
--------------------
19x -y = 32 (D)
-10x + 2y - 2z = -12
x - 3y + 2z = -12
-----------------------
-9x - y = -24 (E)
multiply (E) by -1 and add it to (D):
19x - y = 32
9x + y = 24
--------------
28x = 56 ==> x = 2
Now use the answer for x in (E):
9*(2) + y = 24 ==> y = 6
Use this in (A):
5*(2) - (6) + z = 6 ==> z = 2
Check that (x=2, y=6, z=2) is correct by plugging these values into (B) and (C):
4*(2) + 2*(6) - 3*(2) = 14 correct
(2) - 3*(6) + 2*(2) = -12 correct