
Stephen C. answered 08/09/19
SAT Math, Algebra, Trig, PreCalc Tutor
Let P(x,y) be the point that is equidistant from the 3 towns.
Using the 2D distance formula:
√((x-5)2 + (y-1)2) = √((x+2)2 + (y-0)2) = √((x-4)2 + (y-8)2)
Squaring all 3 expressions:
(x-5)2 + (y-1)2 = (x+2)2 + (y-0)2 = (x-4)2 + (y-8)2
The squared terms drop out, and collecting like terms we have
-10x -2y + 26 = 4x + 4 = -8x -16y + 80
Or, as 3 equations:
-10x -2y + 26 = 4x + 4 Eqn A
4x + 4 = -8x -16y + 80 Eqn B
-10x -2y + 26 = -8x -16y + 80 Eqn C
Collecting like terms:
14x + 2y = 22 A'
12x + 16y = 76 B'
-2x + 14y = 54 C'
Multiply A' by 7, and subtract C':
100x = 100
So
x = 1
Substituting x = 1 in Eqn A, we get y = 4
So the equidistant point is at (1,4).
To verify, plug (1,4) into the 3 distance expressions (the distance is 5).