If a vector line, with equation: $$l=\begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix} + u\begin{pmatrix}2 \\ 2 \\ 1 \end{pmatrix}$$ Intersects a plane with equation: $$\Pi=\begin{pmatrix}3 \\ 4 \\ 5 \end{pmatrix} + \begin{pmatrix} 2 \\ 4 \\ 6 \end{pmatrix}s + \begin{pmatrix}5 \\ 5 \\ 4\end{pmatrix}t$$
How can you find a vector that is parallel to the plane and also perpendicular to the vector line?
I am not sure of how to find this vector but I was considering crossing the direction vector of the vector line with the cross product of the two direction vectors of the plane (For example: $u \times (s \times t)$).
Any help will be very much appreciated.
Hint
$1.$ The vector $(2,4,6)\times (5,5,4)$ is perpendicular to the plane;
$2.$ The vector $(2,2,1)$ is the direction of the line.
The vector that you are looking for is $v$. Then it has to fit:
$1.$ $v\cdot [(2,4,6)\times (5,5,4)]=0$ and
$2.$ $v\cdot (2,2,1)=0$
Can you finish?