Let's say you have two intersecting planes. I know that to find the line intersection of them is simply the cross product of their two gradients.
Let's say we get the Line $L=(2,3,0)+t<1, -4 ,\ 2>$.
Now we want to find a plane that contains the line L and is perpendicular to x+2y-3z=1.
Is my work correct?: I do $<1,-4,2>\times <1,2,-3> = <a,b,c> $ and then parametrize the plane as $P(t,s)=(2,3,0)+t<1, -4 ,\ 2> + s<a,b,c>$.