What $3 \times 3$ matrix has the effect of these steps, in this order?
Subtract row $1$ from row $2$,
Add row $1$ to row $2$,
Add row $2$ from row $3$,
Subtract half of row $3$ from row $1$,
I have no idea how to solve a question in this form, any help is appreciated.
HINT: A matrix that accomplishes the first operation is $$\pmatrix{ 1 &0 &0\\ -1 &1 &0\\ 0&0&1 } $$ If you don't see why, multiply a general $3\times 3$ matrix on the left by this matrix. Now you should be able to come up with the matrices for the other operations.
Do you see how to combine them? What would be the result of performing all those operations on a matrix? How can you express it with a single matrix?