My text says:
$$ U + W = \{(x,y,0):x,y ∈ F\}$$
if
$$U = \{(x,0,0) \in F^{3} : x ∈ F\}$$ $$W = \{(0,y,0) \in F^{3} : y ∈ F\}$$
I have to verify this.
What I did was add $(x,0,0)$ and$ (y,0,0)$ together: $(x+0,0+y,0+0)$ and got $(x,y,0)$. Is that enough or there is more to it?