document.write( "Question 816643: Please can you help solve this problem for me. The point (x,y) is equidistant from (4,-1) and (-2,3). Express the answer in algebraic equation \n" ); document.write( "
Algebra.Com's Answer #491783 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! We are looking for the midpoint between the two points. \n" ); document.write( "For points (x1,y1) and (x2,y2) the midpoint is \n" ); document.write( "( (x1+x2)/2 , (y1+y2)/2 ) \n" ); document.write( "For our point values (4,-1) and (-2,3) \n" ); document.write( "this becomes \n" ); document.write( "( (4+(-2))/2 , (-1+3)/2 ) \n" ); document.write( " ( 2/2 , 2/2 ) \n" ); document.write( " ( 1 , 1 ) \n" ); document.write( " |