I am given the following $3 \times 3$ matrix:
$$\begin{bmatrix} 1 & 2 & 3 \\ 1 & 3 & 1 \\ 2 & 2 & 10 \end{bmatrix} .$$
Once reduced, I get the following augmented matrix: $$\left[ \begin{array}{ccc|c} 1 & 0 & 7 & a-2(b-a) \\ 0 & 1 & -2 & b-a \\ 0 & 0 & 0 & c-2(b-a) \end{array} \right].$$
I don't know how to get an equation with this. I don't have 3 linearly-independent columns, I only have
$$x_1 + 7x_3 = 3a-2b \\ x_2 - 2x_3 = b-a \\ c- 2b + 2a = 0 .$$
I don't understand, am I supposed to use $x_3 = c - 2b + 2a = 0$ and plug this into the rest of the equations because I am not getting the answers in the back of the book. My book sucks at explaining.
Hint:what is the range of a matrix? So, if you have a matrix, you've also a linear map and the subspace spanned by the columns of the matrix is...