I started watching Gilbert Strang's Linear Algebra lectures. In the first lecture, he has the following system of linear equations
$$\begin{cases} 2x - y = 0 \\ -x + 2y = 3 \end{cases} $$
When he talks about column picture of the equations, he writes the equations as the following linear combination of columns
$X\begin{bmatrix} 2 \\ -1\end{bmatrix}$ + $Y\begin{bmatrix} -1 \\ 2\end{bmatrix}$ = $\begin{bmatrix} 0 \\ 3\end{bmatrix}$
And then, he shows how it looks geometrically as follows

One thing that i don't understand from the above representation is, how can we consider two coefficients of X (2 and -1) and plot them as if they are X and Y coordinates of a vector?
Take the following substitutions: $u=\begin{bmatrix} 2 \\ -1\end{bmatrix}$, $v=\begin{bmatrix} -1 \\ 2\end{bmatrix}$ and $w=\begin{bmatrix} 0 \\ 3\end{bmatrix}$. Then, Gilbert Strang says that we have to add some amount (say $x=a$) of the vector $u$ to some amount (say $y=b$) of the vector $v$ to get the vector $w=au+bv$. Next, he finds the right amounts to make the equality true and simply draws them. I don't think there is something perplexing :)