Answer:
(x, y, z) = (0, 0, 3)
Step-by-step explanation:
The augmented matrix for the system is ...
![\left[\begin{array}{cccc}4&1&-2&-6\\2&-3&3&9\\1&-2&0&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D4%261%26-2%26-6%5C%5C2%26-3%263%269%5C%5C1%26-2%260%260%5Cend%7Barray%7D%5Cright%5D)
Subtract 4 times the 3rd row from the first row.
![\left[\begin{array}{cccc}0&9&-2&-6\\2&-3&3&9\\1&-2&0&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D0%269%26-2%26-6%5C%5C2%26-3%263%269%5C%5C1%26-2%260%260%5Cend%7Barray%7D%5Cright%5D)
Subtract 2 times the 3rd row from the second row.
![\left[\begin{array}{cccc}0&9&-2&-6\\0&1&3&9\\1&-2&0&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D0%269%26-2%26-6%5C%5C0%261%263%269%5C%5C1%26-2%260%260%5Cend%7Barray%7D%5Cright%5D)
Subtract 9 times the 2nd row from the first row.
![\left[\begin{array}{cccc}0&0&-29&-87\\0&1&3&9\\1&-2&0&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D0%260%26-29%26-87%5C%5C0%261%263%269%5C%5C1%26-2%260%260%5Cend%7Barray%7D%5Cright%5D)
Now, the first row can be divided by -29 to give ...
![\left[\begin{array}{cccc}0&0&1&3\\0&1&3&9\\1&-2&0&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D0%260%261%263%5C%5C0%261%263%269%5C%5C1%26-2%260%260%5Cend%7Barray%7D%5Cright%5D)
You can subtract 3 times this first row from the second row to get ...
![\left[\begin{array}{cccc}0&0&1&3\\0&1&0&0\\1&-2&0&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D0%260%261%263%5C%5C0%261%260%260%5C%5C1%26-2%260%260%5Cend%7Barray%7D%5Cright%5D)
And add 2 times the second row to the third to get ...
![\left[\begin{array}{cccc}0&0&1&3\\0&1&0&0\\1&0&0&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D0%260%261%263%5C%5C0%261%260%260%5C%5C1%260%260%260%5Cend%7Barray%7D%5Cright%5D)
This matrix now tells you (x, y, z) = (0, 0, 3).