Roman C. answered 05/16/16
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
Let's use Gaussian elimination.
System:
(i): 5x + 2y + z = -11
(ii): 2x – 3y – z = 17
(iii): 7x + y + 2z = -4
(ii): 2x – 3y – z = 17
(iii): 7x + y + 2z = -4
Adding equations (i) and (ii) together gives:
(i)+(ii): 7x - y = 6
Adding adding twice equation (ii) to equation (iii) gives:
2(ii) + (iii): 11x - 5y = 30
New system:
(iv) 7x - y = 6
(v) 11x - 5y = 30
Multiply (iv) by 5 and then subtract (v).
5(iv): 35x - 5y = 30
5(iv) - (v): 24x = 0
x = 0
Now back-substitute:
7x - y = 6
0 - y = 6
y = -6
and
2x – 3y – z = 17
0 + 18 - z = 17
1 - z = 0
z = 1
Let's plug in x = 0, y = -6, z = 1, to verify that this is indeed the solution:
5x + 2y + z = 5(0) + 2(-6) + 1 = 0 - 12 + 1 = -11
2x – 3y – z = 2(0) - 3(-6) - 1 = 0 + 18 - 1 = 17
7x + y + 2z = 7(0) + (-6) +2(1) = 0 - 6 + 2 = -4