Respuesta :

In augmented matrix form, the system is equivalent to

[tex]\begin{bmatrix}1&1&1&-5\\1&-1&3&-1\\4&1&1&-2\end{bmatrix}[/tex]

Subtract row 1 from row 2, and 4(row 1) from row 3:

[tex]\begin{bmatrix}1&1&1&-5\\0&-2&2&4\\0&-3&-3&18\end{bmatrix}[/tex]

Divide through row 2 by -2, and through row 3 by -3:

[tex]\begin{bmatrix}1&1&1&-5\\0&1&-1&-2\\0&1&1&-6\end{bmatrix}[/tex]

Subtract row 2 from row 3:

[tex]\begin{bmatrix}1&1&1&-5\\0&1&-1&-2\\0&0&2&-4\end{bmatrix}[/tex]

Divide through row 3 by 2:

[tex]\begin{bmatrix}1&1&1&-5\\0&1&-1&-2\\0&0&1&-2\end{bmatrix}[/tex]

The last row tells you [tex]\boxed{z=-2}[/tex]. Then

[tex]y-z=-2\implies y+2=-2\implies\boxed{y=-4}[/tex]

and

[tex]x+y+z=-5\implies x-4-2=-5\implies\boxed{x=1}[/tex]