I was given the question:
Find equation of a plane with $P$$(-4,-4,-2)$ and normal vector $\langle -1,4,1 \rangle$.
My final answer was:
$$-x+4y+z=-10$$
But the last part is wrong $(-10)$.
How is it wrong? I believe is something small but I want to make sure I didn't get the formula wrong for this.
The equation of the plane satisfies $$r \cdot \begin{pmatrix} -1 \\ 4 \\ 1\end{pmatrix} = d$$
for some constant $d$ and any point $r$ on the plane. Substituting in $r = (-4, -4, -2)$ we get $$\begin{pmatrix}-4 \\ -4 \\ -2\end{pmatrix} \cdot \begin{pmatrix} -1 \\ 4 \\ 1\end{pmatrix} = 4 -16 - 2 = -14$$
Now using $r = \begin{pmatrix} x \\ y \\ z\end{pmatrix}$ we get $$-x + 4y + z = -14$$