I have the following question:
Point $P(x,y)$ is $6$ units from $A (0,0)$ and $9$ units from $B(9,0)$. Find values of $x$ and $y$.
Do I need to incorporate the usage of the distance formula with this problem? If so, how? If not, then what other method(s) can I use to solve this problem?
$$x^2+y^2=36$$ and $$(x-9)^2+y^2=81.$$ Thus, $$(x-9)^2-x^2=81-36$$ or $$x=2$$ and ...