Let $P$ is a variable point moves such that $OP = 5$ and $AP = 13$. If $A(6, 12,4)$, $O$ is origin and then we have to find the length of path traced by $P$.
My attempt
$$(x - 6)^2 + (y - 12)^2 + (z - 4)^2 = 13^2$$
$$\because x^2+y^2+z^2=25$$
$$\therefore12x + 24y + 8z- 196 = 25 - 169$$
$$\Rightarrow12x + 24y + 8z = 52 $$
$$\Rightarrow3x+6y+4z=13~~~~ $$
But now how to proceed.