(a) Show that any two-dimensional vector can be expressed in the form $$s\begin{pmatrix} 3 \\ -1 \end{pmatrix} + t\begin{pmatrix} 2 \\ 7 \end{pmatrix},$$where $s$ and $t$ are real numbers.
(b) Let $u$ and $v$ be non-zero vectors. Show that any two-dimensional vector can be expressed in the form $$su + tv,$$ where $s$ and $t$ are real numbers, if and only if of the vectors $u$ and $v$, one vector is not a scalar multiple of the other vector.
For these two equations I have thought about using a system of equations and graph but it does not bring me anywhere. So far I have $$3s+2t = -s+7t \implies s = \frac{5}{4}t$$
You need to solve
$$ s\begin{pmatrix} 3 \\ -1 \end{pmatrix} + t\begin{pmatrix} 2 \\ 7 \end{pmatrix}= \begin{pmatrix} a \\ b \end{pmatrix}$$ for $s$ and $t$ in terms of $a$ and $b$
For the second part of the question you need to solve $$ s\begin{pmatrix} u_1\\ u_2 \end{pmatrix} + t\begin{pmatrix} v_1 \\ v_2 \end{pmatrix}= \begin{pmatrix} a \\ b \end{pmatrix}$$ for $s$ and $t$ in terms of $u_1,u_2$ and $v_1,v_2$ and $a,b$
The condition on vectors $u$ and $v$ make it possible to solve this system for s and t.