I have done another questions considering spanning sets but I really don't know how to solve this one, I think I don't even totally get what is meant.
Any help is appreciated :)
$$x_1=\left[ \begin{matrix}-1\\2\\3\end{matrix} \right] \quad x_2=\left[ \begin{matrix}3\\4\\2\end{matrix} \right] \quad x =\left[ \begin{matrix}2\\6\\6\end{matrix} \right] \quad y =\left[ \begin{matrix}-9\\-2\\5\end{matrix} \right] $$
is $x \in \operatorname{span}(x_1,x_2)$?
is $y \in \operatorname{span}(x_1,x_2)$?
Start of my attempt (which might already be a failure):
$$x=\alpha_1x_1+\alpha_2x_2$$
so $$\left[ \begin{matrix} 2\\6\\6 \end{matrix} \right] = \alpha_1 \left[ \begin{matrix} -1\\2\\3 \end{matrix} \right] + \alpha_2 \left[ \begin{matrix}3\\4\\2\end{matrix} \right]$$
Well I dont know whether my approach is correct, nor how to continue
Thanks in advance