through the point $P$ you draw a normal to the plane $2x + y-2z + 1 = 0$. Determine the coordinates of the point where the normal intersects the plane that $P$ has the coordinates. $P=(-3 ,0,2)$
I am new to linear algebra and don't really know what to do here and what equation I should really use.
My initial solution was $2(-3+n)+n-2(2+n)+1=-6+2n+n-4-2n+1=-6+n-4+1=>-9+n=0 = n=9$
$(-3+9, 0+9,2+9) = (6,9,11)$
which is wrong and what the professor said is that I didn't go along the normal so if any one can give me the equation or a help resource that I can use.
The normal to the plane is $$\left(\begin{matrix}2\\1\\-2\end{matrix}\right)$$ as can be seen from the coefficients of the plane equation. The equation of the line in the same direction as the normal and which passes through $P$ has equation $$\underline{r}=\left(\begin{matrix}-3\\0\\2\end{matrix}\right)+\lambda\left(\begin{matrix}2\\1\\-2\end{matrix}\right)=\left(\begin{matrix}-3+2\lambda\\\lambda\\2-2\lambda\end{matrix}\right)$$
Solving simultaneously with the plane, we have $$2(-3+2\lambda)+\lambda-2(2-2\lambda)+1=0\implies\lambda=1$$
Plugging this value into the line equation gives the coordinates of the intersection point $(-1,1,0)$