IDNLearn.com: Where questions are met with accurate and insightful answers. Get comprehensive answers to all your questions from our network of experienced experts.

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=

Sagot :

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)