I am asked to find the plane that contains the point $(-4, 7, -3)$ and is perpendicular to the line defined by the parametric equations $x = -4 + t$, $y = 7 + 3t$ and $z = -2t$. Now, I know that if $n = (a, b, c)$ is a normal vector to a plane $P$ and if $r_{0} = (x_{0}, y_{0}, z_{0})$ is a point in the plane, then $$P = \{ r: n \cdot (r - r_{0}) = 0 \} = \{ (x, y, z): a (x - x_{0}) + b (y - y_{0}) + c (z - z_{0}) = 0 \},$$ so I thought I just had to take a particular point in the line and call it $n$, then call $r_{0} = (-4, 7, -3)$ and apply the aforementioned equation, but I think there is something wrong with this approach since the four possible answers to the exercise are:
\begin{equation} x - 3y - 2z = 21 \end{equation}
\begin{equation} 3x +y - 2z = 23 \end{equation}
\begin{equation} x + 3y - 2z = 23 \end{equation}
\begin{equation} x + 3y +z = 21, \end{equation}
leaving the possible choices of $n$ to $(1, -3, -2)$, $(3, 1, -2)$, $(1, 3, -2)$ or $(1, 3, 2)$. The problem is that none of those points are in the given line.
I would like to know what is wrong with my strategy to find the equation of the plane.