I have a trouble with the coordinates of a point on the plane that is closest to the origin
The equation of the plane is $5x-7y+z=-21$
The book I am using uses the formula $\vec{OR}=\vec{OQ}+\vec{QP}_\vec{n_u}$ where Q is the point outside the plane, P is a point belongs to the plane and $\vec{n_u}$ is the unitary normal vector of the plane.
As a result, I calculated as following:
P(0,0,-21) and unitary normal vector $\vec{n_u}=[\frac{5}{\sqrt{75}},\frac{-7}{\sqrt{75}},\frac{1}{\sqrt{75}}]$
$\vec{QP}$ = (0,0,-21)-(0,0,0)= (0,0,-21)
$\vec{QP}_\vec{n_u} = \frac{|\vec{QP}\cdotp\vec{n_u}|}{1}\vec{n_u}$
$(\frac{7}{5},\frac{-49}{25},\frac{7}{25})$
However, first of all the result I obtained does not belong to plane $\pi$, secondly, the answer key gave the answer of $(\frac{-7}{5},\frac{49}{25},\frac{-7}{25})$ which belongs to the plane as well
The only way, as far as I am concerned, is if $\vec{n} = [-5,7,-1]$, which in the case the equation would be totally different, and result in a different plane
I am not sure where I did wrong, because I have checked again that I am using the right formula so I assume I made mistakes in calculations?
Note, the line that passes through origin and is normal to the plane is
$$x=\frac{5t}{\sqrt{75}},\>\>\>y=\frac{-7t}{\sqrt{75}},\>\>\>z=\frac{t}{\sqrt{75}}\tag 1$$
Substitute above in the equation of the plane $5x-7y+z=-21$ to obtain $t=-\frac{21}{\sqrt{75}}$. Plug it into (1) to obtain the point on the plane,
$$(-\frac{7}{5},\frac{49}{25},-\frac{7}{25})$$