Write the system as the following augmented matrix:
![\left[ \begin{array}ccc 3 & -2 & 5 & -7 \\ 1 & -1 & 3 & -5 \\ 4 & 1 & 1 & 6 \end{array} \right]](https://img.qammunity.org/2022/formulas/mathematics/college/z1zg5ihw33ftc8oe4we07s8dhezuxs9dpp.png)
Swap rows 1 and 2 :
![\left[ \begin{array}c 1 & -1 & 3 & -5 \\ 3 & -2 & 5 & -7 \\ 4 & 1 & 1 & 6 \end{array} \right]](https://img.qammunity.org/2022/formulas/mathematics/college/hhyzsdj3pd1skevl4kc3dzqcjkqrl5o5c8.png)
Eliminate the x coefficient from the last two rows by add -3 (row 1) to row 2, and -4 (row 1) to row 3 :
![\left[ \begin{array}ccc 1 & -1 & 3 & -5 \\ 0 & 1 & -4 & 8 \\ 0 & 5 & -11 & 26 \end{array} \right]](https://img.qammunity.org/2022/formulas/mathematics/college/3r6nbth76mpbh0a2sk5idkcxafd07bor9n.png)
Eliminate the y coefficient from the first and last rows by adding row 2 to row 1, and -5 (row 2) to row 3 :
![\left[ \begin{array}ccc 1 & 0 & -1 & 3 \\ 0 & 1 & -4 & 8 \\ 0 & 0 & 9 & -14 \end{array} \right]](https://img.qammunity.org/2022/formulas/mathematics/college/m22vf1fft40tkwit99rb8hb1sd3k1z0haa.png)
Eliminate the z coefficient from the second row by adding 4 (row 3) to 9 (row 2) :
![\left[ \begin{array}ccc 1 & 0 & -1 & 3 \\ 0 & 9 & 0 & 16 \\ 0 & 0 & 9 & -14 \end{array} \right]](https://img.qammunity.org/2022/formulas/mathematics/college/bk1r0i7gyhs3shlv8hszdbpxji50a59kpz.png)
Eliminate the z coefficient from the first row by adding row 3 to 9 (row 1) :
![\left[ \begin{array}ccc 9 & 0 & 0 & 13 \\ 0 & 9 & 0 & 16 \\ 0 & 0 & 9 & -14 \end{array} \right]](https://img.qammunity.org/2022/formulas/mathematics/college/dvhewzcww4ri4m2pc5mn6bpdy7b130lcwv.png)
Then the solution to the system is (x, y, z) such that
9x = 13 and 9y = 16 and 9z = -14
or
x = 13/9 and y = 16/9 and z = -14/9