Answer:
The solution to the system is:

Step-by-step explanation:
To find the solution to the system of linear equations

using elementary row operations.
First, state the problem in matrix form. A matrix is a grid of numbers without the vertical line.
![\left[\begin{array}{cc|c}1&2&-4\\3&8&-8\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7Cc%7D1%262%26-4%5C%5C3%268%26-8%5Cend%7Barray%7D%5Cright%5D)
This is called an augmented matrix. The word “augmented” refers to the vertical line, which we draw to remind ourselves where the equals sign belongs.
Now,
Row Operation 1: add -3 times the 1st row to the 2nd row
![\left[\begin{array}{cc|c}1&2&-4\\0&2&4\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7Cc%7D1%262%26-4%5C%5C0%262%264%5Cend%7Barray%7D%5Cright%5D)
Row Operation 2: multiply the 2nd row by 1/2
![\left[\begin{array}{cc|c}1&2&-4\\0&1&2\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7Cc%7D1%262%26-4%5C%5C0%261%262%5Cend%7Barray%7D%5Cright%5D)
Row Operation 3: add -2 times the 2nd row to the 1st row
![\left[\begin{array}{cc|c}1&0&-8\\0&1&2\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7Cc%7D1%260%26-8%5C%5C0%261%262%5Cend%7Barray%7D%5Cright%5D)
Next, interpret the reduced row echelon form
![\left[\begin{array}{cc|c}1&0&-8\\0&1&2\end{array}\right] \rightarrow \begin{array}{ccc}x_1&=&-8\\x_2&=&2\end{array}](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7Cc%7D1%260%26-8%5C%5C0%261%262%5Cend%7Barray%7D%5Cright%5D%20%5Crightarrow%20%5Cbegin%7Barray%7D%7Bccc%7Dx_1%26%3D%26-8%5C%5Cx_2%26%3D%262%5Cend%7Barray%7D)
The solution to the system is:
