How do I solve this system? It says I must row reduce it to solve it (depending on parameter $a$).
$(8−a)x_1 + 2x_2 + 3x_3 + ax_4 = 2$
$x_1 + (9−a)x_2 + 4x_3 + ax_4 = 1$
$x_1 + 2x_2 + (10−a)x_3 + ax_4 = 2$
$x_1 + 2x_2 + 3x_3 + ax_4 = 2$
I have reduced it to the form
$$\left[ \begin{array}{cccc|c} 1 & 2 & 3 & a & 2\\ 7-a & 0 & 0 & 0 & 0\\ 0 & 7-a & 1 & 0 & -1\\ 0 & 0 & 7-a & 0 & 0\\ \end{array} \right]$$
How do I proceed from here? If there were no $a$ then I would be able to put it in row reduced echelon form, but now because of the $a$ I don't know how to continue.
Excellent.
The second row of your matrix says that $(7-a)x_1=0$
So either $a=7$ or $x_1=0$
The fourth row of your matrix says that $(7-a)x_3=0$
So either $a=7$ or $x_3=0$
The third row says that $(7-a)x_2+x_3=-2$
If $a=7$, then $x_3=-2$
If $a \ne 7$, then you have $x_3=0$ from the fourth row, so $x_2={2 \over a-7}$
The first row says that $x_1+2x_2+2x_3+ax_4=2$
If $a \ne 7$, then $0+{4 \over a-7}+0+ax_4=2$, so $a_4=2-{4 \over a-7}$ (single solution $x_1=0$, $x_2={2 \over a-7}$, $x_3=0$, $x_4={2a-18 \over a-7}$)
If $a=7$, then $x_1+2x_2-4+7x_4=2 \Rightarrow x_1+2x_2+7x_4=6$ (infinite number of solutions)