Let $L_0$ be a line in $R^3$, that passes through the points $(1, 2, 3)$ $(0, 0, 0 )$
Let $L_1$ be the parallel line to $L_0$ that passes through $(3, 2, 1)$
Prove/disprove:
$(1,1,1) \in L_1$
$(-1,-2,-3) \in L_1$
I got this problem in my linear algebra course and I'm not quite sure what is the subject of this material, I tried to dig through vector spaces but couldn't tell how to solve this problem.
Hint:
Every line can be represented as $$ L=p_{0}+tp_{1} $$
with $t\in\mathbb{R}$.
In the case of $L_{0}$ we have $p_{0}=0$, $p_{1}=(1,2,3)$ $$ L_{0}=t(1,2,3) $$
$$ L_{1}=(3,2,1)+t(1,2,3) $$
since it is parallel to $L_{0}$ and passes through $(3,2,1)$.