document.write( "Question 1091398: Find the distance between the two points and the midpoint of the line segment joining them.
\n" );
document.write( "(-5, -9) and (195,36) \n" );
document.write( "
Algebra.Com's Answer #705776 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the distance between the two points and the midpoint of the line segment joining them. \n" ); document.write( "(-5, -9) and (195,36) \n" ); document.write( "------------- \n" ); document.write( "It's a right triangle, find the hypotenuse. \n" ); document.write( "d^2 = diffx^2 + diffy^2 \n" ); document.write( "---------------- \n" ); document.write( "For the midpoint, find the average of x and of y separately. \n" ); document.write( " \n" ); document.write( " |