Write an equation for the line through A=$\left( \begin{matrix} 3\\ 1\end{matrix} \right)$ and B=$\left( \begin{matrix} 1\\ 2\end{matrix} \right)$.
Hint: This line will go through B and be parallel to the vector B $-$ A.
My answer: X $=$ B $+$ t A = $\left( \begin{matrix} 1\\ 2\end{matrix} \right) +t\left( \begin{matrix} 3\\ 1\end{matrix} \right) =\left( \begin{matrix} 1+3t\\ 2+t\end{matrix} \right)$.
But, the hint says ''This line will go through B and be parallel to the vector B $-$ A''. Can you help me?
we get $$OB-OA=[-2,1]$$ and our equation is $$x=[1,2]+t[-2,1]$$ and $$t\in \mathbb{R}$$