Write each equation in standard form:
3x + y + 3z = 11
x + 2y + z = 7
-x + y + z = 0
In matrix form, this is

and in augmented matrix form,
![\left[\begin{array}c3&1&3&11\\1&2&1&7\\-1&1&1&0\end{bmatrix}\right]](https://img.qammunity.org/2022/formulas/mathematics/college/fs51nwigra7nlbk003p9vu2le0m9dhj3cv.png)
Now for the row operations:
• Add row 1 to -3 (row 2), and add row 1 to 3 (row 3):
![\left[\begin{array}c3&1&3&11\\0&-5&0&-10\\0&4&6&11\end{bmatrix}\right]](https://img.qammunity.org/2022/formulas/mathematics/college/13ispvu0e0h4hfkbwwbaw1amr9cqiza8mr.png)
• Multiply row 2 by -1/5:
![\left[\begin{array}ccc3&1&3&11\\0&1&0&2\\0&4&6&11\end{bmatrix}\right]](https://img.qammunity.org/2022/formulas/mathematics/college/fj78odzil8rrw7vr4j2z6nayirfw51uyva.png)
• Add -4 (row 2) to row 3:
![\left[\begin{array}ccc3&1&3&11\\0&1&0&2\\0&0&6&3\end{bmatrix}\right]](https://img.qammunity.org/2022/formulas/mathematics/college/1shnmnl9laorww6ymmj2vnu7daewqim45u.png)
• Multiply row 3 by 1/6:
![\left[\begin{array}c3&1&3&11\\0&1&0&2\\0&0&1&\frac12\end{bmatrix}\right]](https://img.qammunity.org/2022/formulas/mathematics/college/nwik87id1i7jpuor75q05xqvakafy25eqj.png)
• Add -1 (row 2) and -3 (row 3) to row 1:
![\left[\begin{array}c3&0&0&\frac{15}2\\0&1&0&2\\0&0&1&\frac12\end{bmatrix}\right]](https://img.qammunity.org/2022/formulas/mathematics/college/bnviannz2wihz5v1l94i6rkxjqi5ebcrbw.png)
• Mutiply row 1 by 1/3:
![\left[\begin{array}c1&0&0&\frac52\\0&1&0&2\\0&0&1&\frac12\end{bmatrix}\right]](https://img.qammunity.org/2022/formulas/mathematics/college/28w6zxrcl637ngplctjcq5kjaa50bf9x2m.png)
Then the solution to the system is (x, y, z) = (5/2, 2, 1/2).