Fun. Let's renotate a bit and say we have A(9,5), B(-9,-8), C(-9,2) and seek P(x,y) such that
|AP|=10, |BP|=13, |CP|=13
It's an odd fact about geometry that squared distances are often algebraically more fundamental than distance. In other words, we have
|AP|²=100, |BP|²=|CP|²=169
That tells us three equations, three circles whose meet we seek,
[tex](x-9)^2 + (y-5)^2 = 100[/tex]
[tex](x+9)^2 + (y+8)^2 = 169[/tex]
[tex](x+9)^2 + (y-2)^2 = 169[/tex]
Three equations and two unknowns is an overdetermined system. It may have no solution at all. Let's solve the last two first. Subtracting,
[tex](y+8)^2 - (y-2)^2 = 0[/tex]
and factoring as the difference of two squares gives
[tex](y+8-(y-2))(y+8+(y -2))=0[/tex]
[tex]10(2y+6)=0[/tex]
[tex]y = -3[/tex]
[tex](x+9)^2 + (-3+8)^2 = 169[/tex]
[tex](x+9)^2 = 169 - 25 = 144[/tex]
[tex]x+9 = \pm 12[/tex]
[tex]x = -9 \pm 12[/tex]
That's two points of intersection of the last two circles,
[tex](3, -3) \textrm{ and } (-21, -3)[/tex]
We need to check if either of these satisfies the first equation. (3, -3) first.
[tex](3-9)^2 + (-3-5)^2 = 36 + 64= 100\quad\checkmark[/tex]
That one checks. That's the answer.
Answer: (3,-3)