Given the following scenarios:
(1) What number x satisfies $10x=3$
(2) What 3-vector u satisfies (1,1,0) x u = (0,1,1)
(3) What polynomial p satisfies $\int_{-1}^1p(y)dy=0$ and $\int_{-1}^1yp(y)dy=1$
I know that they can, in some way, be written as $Lv=w$ where $L:V\to W$, where $L$ maps the set of vectors V to the set of vectors W. I'm being asked to write the sets V and W where the vectors v and w originate from.
I know that for (1), L is 10, v is $(\frac 3{10})$ and w is $(3)$ but I'm lost on how to write the correct set notation and whether the set contains multiple vectors.