Plane $P$ contains the lines
\begin{align}L_1:&\frac{x-1}{k}=\frac{y-2}{2}=\frac{z-3}{1}=3\\ L_2:&\frac{x-2}{2}=\frac{y-3}{k}=\frac{z-4}{3}\end{align}
Prove that $L_1$ and $L_2$ intersect and the equation of plane is $x-y+1=0$.
I got the answer the answer of first part by susbtituting parametric equation of points in other equation of line .
But I am stuck how to find the plane
\begin{align}L_1:\frac{x-1}{k}=\frac{y-2}{2}=\frac{z-3}{3}=\lambda\\ L_2:\frac{x-2}{2}=\frac{y-3}{k}=\frac{z-4}{3}=\epsilon\end{align}
Vector parallel to $L_1:\vec{r_1}=k\underline{i}+2 \underline{j}+3\underline{k}$
Vector parallel to $L_2:\vec{r_2}=2\underline{i}+k\underline{j}+3\underline{k}$
Normal vector to required plane: $\vec{n}=\vec{r_1}\times \vec{r_2}$
Point on plane will be $(1,2,3)$ as it lies on line $L_1$
So equation of required plane is : $$(\vec{r}-\underline{i}-2\underline{j}-3\underline{k})\cdot \vec{n}=0$$
Where $\vec{r}=x\underline{i}+y\underline{j}+3\underline{k}$