document.write( "Question 998026: The point (x,y) which is equidistant from the points (4,-1) and (-2,3). What is x and y ? \n" ); document.write( "
Algebra.Com's Answer #615966 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The equidistant point is the midpoint of the segment that joins them. It can be found by taking the average of both the x's and the y's.
\n" ); document.write( "Midpoint =[ (4-2)/2 , (-1+3)/2 ] = (1,1)
\n" ); document.write( "
\n" );