The question says to 'Express the last equation of each system as a sum of multiples of the first two equations."
System in question being:
$ x_1+x_2+x_3=1 $
$ 2x_1-x_2+3x_3=3 $
$ x_1-2x_2+2x_3=2 $
The question gives a hint saying "Label the equations, use the gaussian algorithm" and the answer is 'Eqn 3 = Eqn 2 - Eqn 1' but short of eye-balling it, I'm not sure how they deduce that after row-reducing to REF.
Hint:
We want to solve
$$a(x_1+x_2+x_3)+b(2x_1-x_2+3x_3)=x_1-2x_2+2x_3$$
Matching coefficients, we want to solve
$$a+2b=1$$
$$a-b=-2$$
$$a+3b=2.$$
Can you take it from here?