The point $A (4, 3, c)$ is equidistant from the planes $P_1$ and $P_2$. Calculate the two possible values of $c$.
- Plane $P_1$ has equation $r\cdot (2,-2,1)=1$
- Plane $P_2$ has equation $r\cdot (-6,3,2)=-1$
I have tried to find the plane that is equidistant from $P_1$ and $P_2$ but I can't find the normal to that plane.
let $M_1, M_2$ are the feet of perpendiculars from the points $A$ to the respective planes $p_1, p_2.$ then we have $$M_1 = (4 + 2t, 3-2t, c+t), M_2= ( 4 -6s, 3+3s, c + 2s) \text{ for real }s, t.$$
three constrains are: $$2(4+2t)-2(3-2t)+(c+t) = 1\\ -6(4-6s)+3(3+3s) +2(c+2s) = -1\\t^2(2^2 + (-2)^2 + 1^2) = s^2((-6)^2 + 3^2 + 2^2) $$
you can find $c$ from these.