Write the system of linear equations represented by the augmented matrix. (Use variables x, y, and z, if applicable.)1 - 1 21-30 1 -1 50 0 1-5Use back-substitution to solve the system.(x, y, z) =
![Write the system of linear equations represented by the augmented matrix Use variables x y and z if applicable1 1 2130 1 1 50 0 15Use backsubstitution to solve class=](https://us-static.z-dn.net/files/dd4/561d16a9cb6bc473e58184d94a1dfd90.png)
The augmented matrix represents the following system of linear equations:
[tex]\begin{gathered} x-y+2z=-3 \\ y-z=5 \\ z=-5 \end{gathered}[/tex]Use back substitution. It means, use the value of z given in the last equation, to find y in the second equation, and then, use these values to find x in the first equation:
[tex]\begin{gathered} y-z=5 \\ y-(-5)=5 \\ y+5=5 \\ y=5-5 \\ y=0 \end{gathered}[/tex][tex]\begin{gathered} x-y+2z=-3 \\ x-0+2(-5)=-3 \\ x-10=-3 \\ x=-3+10 \\ x=7 \end{gathered}[/tex]The solution of the system is (x, y, z)=(7, 0, -5)