I was asked the following:
$$\begin{align}2x_1 - 4x_2 + 8x_4 &= 10\\ 3x_1 + 2x_2 &= 3\\ 3x_1 + 2x_3 + 6x_4 &= 11\\ 8x_1 + 6x_2 + 2x_3 + 14x_4 &= 24\end{align}$$ Find the solution set $W$. Is $W$ a vector space?
I know I could express one variable from one of the equations and substitute into the remaining ones. For example, from the second equation I get $x_1=1-\frac23x_2$.
After substituting this into the remaining equations I have $$ \begin{align*} -\frac{16}3x_2+8x_4&=8\\ -2x_2+2x_3+6x_4&=7\\ \frac23x_2+2x_3+14x_4&=16\\ \end{align*} $$ I could continue by expressing another variable and plug into other equations. But this approach seems to be rather cumbersome and if I have more than three equations I am prone to make mistakes. Is there a more elegant way to do this?
I also do not know what to say about the part of the assignment asking about vector space.
If you set up the augmented matrix for the system and perform RREF (Gaussian Elimination), you end up with:
$$ \left[\begin{array}{cccc|c} 1 & 0 & 0 & -2 & -1\\ 0 & 1 & 0 & 3 & 3\\ 0 & 0 & 1 & 6 & 7\\ 0 & 0 & 0 & 0 & 0 \end{array}\right] $$
There are other methods (substitution, inverses, ....), but you did not indicate what you are currently familiar with.
For example, if using substitution, here are hints:
I'll let you figure out the details and answer for the solution $W$ and is $W$ a vector space.