I found the following question: Let V be a space of all vectors in $R^2$ that satisfy the following conditions:
a) $x_1 + x_2 + x_3 + x_4 + x_5 = 0$
b) $x_1 - x_2 + 2x_3 -2x_4 + 3x_5 = 0$
Find a basis for V.
I do know how to find a basis that satisfies only 1 condition, for example condition a: that would consist of $ (1, 1, 1, 1, -4)^T , (1, 1, 1, -4, 1)^T, (1, 1, -4, 1, 1)^T , (1, -4, 1, 1, 1)^T $, but I can't get this to work with 2 conditions. I realize this question is the same as finding the nullspace of the 2x5 matrix
$\begin{bmatrix}1 & 1 & 1 & 1 & 1\\1 & -1 & 2 & -2 & 3\end{bmatrix}$
but I didn't succeed in getting an answer to the question that way. I hope someone could help me out with this.