Use back substitution to solve the following systems Enter y
Use back substitution to solve the following systems. Enter your answers as points. (E.g., if the solution is x_1 = 2, x_2 = -1 you would enter (2,-1) Do not forget the parentheses and commas.) (a) 2x_1 - x_2 = -7 3x_2 = 9 (x_1, x_2) = (b) x_1 + 2x_2 - x_3 = -8 3x_2 + 3x_3 = -15 x_3 = 0 (x_1, x_2, x_3) = (c) 4x_1 - 2x_2 + x_3 = 0.5 x_2 - 3x_4 = 4 - 2x_3 + 3x_4 = -8 x_4 = -1 (x_1, x_2, x_3, x_4) =
Solution
.a. 2x1-x2=-7
3x2=9
x2=3
Substituting back the value of x2 in first equation we get
2x1-3=-7
x1=-2
Solution is (-2,3)
b.x1+2x2-x3=-8
3x2+3x3=-15
x3=0
Plugging back the value of x3 we get
3x2=-15
x2=-5
Substituting back the values of x2 and x3 we get
x1-10=-8
x1=2
Solution is (2,-5,0)
