Given: $$Line\ l \leftrightarrow \frac{2x-3}{2} = \frac {y}{2}=\frac{2z+1}{6}$$ $$Line\ m \leftrightarrow 3x-5=0 \vert 3y+3z+2=0$$
Question find the point L on l and the point M on m such that LM is parallel to p with following equation: $$p \leftrightarrow x= \frac {y}{6}=\frac {z}{2}$$
I solved this by chosing two points $L (x1,y1,z1)$ and $M (x2,y2,z2)$. I know that $M-L // p$. So i have the following system of equations: $$\frac{5}{3}-(\lambda+\frac{3}{2})=k$$ $$\mu-2\lambda=6k$$ $$-\mu-\frac{2}{3}-(3\lambda-\frac{1}{2})=2k$$ And then I filled in the parametric equation of m for M and that of l for L.
As a solution I got $L (9/5;3/5;-1/5)$ and $M (5/3;-1/5;-7/15)$. Is this correct or did I do something wrong?