Show that $u \in \text{span}(v + w, w + u, u + v)$ My first approach is to set the matrix as follows and placing a 1 where a variable exists.
\begin{bmatrix}0&1&1&1\\1&0&1&0\\1&1&0&0\end{bmatrix}
reduces down to
\begin{bmatrix}1&0&0&-1/2\\0&1&0&1/2\\0&0&1&1/2\end{bmatrix}
$a = -\frac{1}{2}, b = \frac{1}{2}, c = \frac{1}{2}$. Now I am lost on justifying on why it spans, because it consists of a trivial solution that is consisent.