I need to find a basis for the intersection of the following subspace: $$U = \text{Span}\left\{(1, 1, 1, 1),(1, -2, -2, 1)\right\}$$
$$W = \left\{(x,y,z,t) \in \mathbb{R}^4 | x+y+z+t =0\right\}$$
Find a basis of $U \cap W$.
I wrote: $$x=-y-z-t$$ $$W=\text{Span}\left\{(-1,1,0,0), (-1,0,1,0), (-1,0,0,1)\right\}$$ Then I assumed that a vector $v$ is in both spans and solved for $v-v=0$
The result is $(-1,-2,3,3,-3)$ for the scalars respectively. In this way both subspace spans yield $(-3,3,3,-3)$
What now? What is the basis or how do I proceed from here?
Also is there a better, perhaps more methodical way of doing it than I did?
Note: Please don't use matrices, kernels or slightly more advanced techniques, only basic methods, second month of freshman undergraduate.