document.write( "Question 1045568: locate the point which satisfies the given conditions.
\n" ); document.write( "Equidistant from (3,8), (5,2) and (-3,-4)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #661038 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
The point has coordinates x,y
\n" ); document.write( "Distance from (3,8) using distance formula is sqrt[(x-3)^2+(y-8)^2]=[x^2-6x+9+y^2-16y+64]^(1/2)
\n" ); document.write( "Distance from (5,2) is sqrt[(x-5)^2+(y-2)^2]=[x^2-10x+25+y^2-4y+4]^(1/2)
\n" ); document.write( "Distance from (-3,-4) is sqrt ((x+3)^2+(y+4)^2)=[x^2+6x+9+y^2+8y+16}^(1/2)
\n" ); document.write( "------------------
\n" ); document.write( "Set the first and third equal to each other, since they are both equidistant. Then square them, removing the (1/2) exponent.
\n" ); document.write( "[x^2-6x+9+y^2-16y+64]=[x^2+6x+9+y^2+8y+16}
\n" ); document.write( "x^2 and y^2 on both sides cancel
\n" ); document.write( "-6x-16y+73=6x+8y+25
\n" ); document.write( "put x and y on the same side, put the constant on the other side
\n" ); document.write( "48=12x+24y
\n" ); document.write( "divide by 12 to simplify it.
\n" ); document.write( "4=x+2y
\n" ); document.write( "-------------------------------
\n" ); document.write( "Now set the first and second equal to each other and square them.
\n" ); document.write( "[x^2-6x+9+y^2-16y+64]=[x^2-10x+25+y^2-4y+4] remove x^2 and y^2
\n" ); document.write( "-6x-16y+73=-10x-4y+29
\n" ); document.write( "44=-4x+12y
\n" ); document.write( "Divide by 4 both sides.
\n" ); document.write( "11=-x+3y
\n" ); document.write( "---------------------------
\n" ); document.write( "4=x+2y
\n" ); document.write( "11=-x+3y
\n" ); document.write( "add them
\n" ); document.write( "15=5y
\n" ); document.write( "y=3
\n" ); document.write( "substitute
\n" ); document.write( "x=-2
\n" ); document.write( "check in the other equation\r
\n" ); document.write( "\n" ); document.write( "(-2,3) ANSWER
\n" ); document.write( "----------------------------------
\n" ); document.write( "Distance from (-2,3) to( 3,8), (5,2) and (-3,-4)
\n" ); document.write( "The first is sqrt (25+25), the second is sqrt (49+1) and the third is sqrt (1+49). They are identical.
\n" ); document.write( "
\n" ); document.write( "
\n" );