I have a task to find the equation of a line in a three-dimensional space which crosses two another lines with equations (on photo). We also have a point A(1, 2, 1) which is on our line.
I thought when I multiply direction vectors of lines k and l I will get another vector which will be direction vector of our finding line.
I know my solution is wrong. Why I can't use this rule here?
Correct answer is:
Update: Ok. I have an idea why it's wrong. If this two lines will be in the same plane, then the cross product won't be direction vector of our line, right?


HINT. Find the equation of the plane passing through $A$ and $l$, then find its intersection $B$ with line $k$. Line $AB$ is the requested line.