Coordinates of a point when it is known the distance and the coordinates of another point

40 Views Asked by At

I know the coordinates of a point $A = (55.0001, 32.6789)$ and I know that the distance from another point is $d=10$ meters. How can I find the coordinates of the other point?

1

There are 1 best solutions below

4
On

That would be any point that satisfies the equation $$\sqrt{ \left(x-55.0001\right)^2+\left(y-32.6789\right)^2}=10$$