I want to find the basis of the following subspace
$$W = \{(x_1, x_2, x_3, x_4)^T \in \mathbb{R}^4 : x_1 + x_2 + x_3 + x_4 = 1\}$$
We clearly see that, from the constraint, we get the condition
$$x_4 = 1 - x_1 - x_2 - x_3$$
so these are the vectors of the form
$$(x_1, x_2, x_3, 1-x_1-x_2-x_3)^T$$
and this space should have dimension $3$, but how do I proceed to find it explicitly?