how can I find the geometric location on $\mathbb{R}^3$ for which the distance to $2x-y+2z-6=0$ is twice the distance to $x+2y-2z+3=0$ ?
The equation I'm used to using to compute the distance from point to plane is
$$ d = \frac{| \ Ax + By + Cz + d \ |}{|\vec{n}|} $$
if $\vec{n}$ is the normal vector of the plane and $P = (x,y,z)$ the point.
The answer should be two planes, but I'm having a hard time starting the exercise. Any tips are appreciated.
Thank you.