This is how the question was given to me:
Find the equation of a plane that passes through the line $$p: \frac {x-3}{2} = \frac {y+4}{1}= \frac{z-2}{-3}$$ and is parallel to another line $$ q: \frac {x+5}{4} = \frac {y-2}{7}= \frac{z-1}{2} $$
So I know if a plane is parallel to a line that means the dot product of the normal vector of that plane and the vector given by the line $q=(4,7,2)$ should be zero. So that gives me one equation: $4x+7y+2z=0$.
And if the line p passes through the plane then by substituting the equations given for $x$, $y$, $z$ (from the parametric equations: $p:x=2t+3; y=t-4; z=-3+2$) I can get another equation: $A(2t+3)+B(t-4)+C(-3t+2)$
If I combine the two I get that $t=\frac {12}{9}$ which doesn't seem right. Also I have no idea what to do further than that. Where did I go wrong?
use that the plane has the equation $$ax+by+cz+d=0$$ and since the line should be parallel to the plane the dot-product of $$\vec{n}=[a;b;c]$$ and the direction vector of the second line $$\vec{a}=[4;7;2]$$ must be zero and we get $$4a+7b+2c=0$$ since the plane containes the first line we get $$a(2t+3)+b(t+4)+c(-3t+2)+d=0$$ simplifying this equation $$t(2a+b-3c)+3a+4b+2c+d=0$$ then we get $$2a+b-3c=0$$ and $$3a+4b+2c+d=0$$ can you finish?