document.write( "Question 262769: Find the distance between the points (24, 14) and (31, 19). Also find the midpoint of the segment that joins the points \n" ); document.write( "
| Algebra.Com's Answer #193540 by Alan3354(69443)     You can put this solution on YOUR website! Use the distance formula: \n" ); document.write( " \n" ); document.write( "---------------- \n" ); document.write( "To find the midpoint, find the average of x and y separately. \n" ); document.write( "x: (24+31)/2 = 55/2 \n" ); document.write( "y: (14+19)/2 = 33/2 \n" ); document.write( "M (55/2,33/2)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |