document.write( "Question 301868: please help me find the distance between point (2,3)and(5,7)
\n" );
document.write( "and also what thier midpoints are. \n" );
document.write( "
Algebra.Com's Answer #216448 by Alan3354(69443) You can put this solution on YOUR website! Do it like this one: \n" ); document.write( "----------- \n" ); document.write( "what is the distance of points (4,10)and(8,5) \n" ); document.write( "and also what is the midpoint of the points. \n" ); document.write( "------------- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "--------- \n" ); document.write( "For the midpoint, find the average of x and of y: \n" ); document.write( "x: (4+8)/2 = 6 \n" ); document.write( "y: (10+5)/2 = 7.5 \n" ); document.write( "MP (6,7.5) \n" ); document.write( " |