document.write( "Question 747891: Can I please get help to find the distance between (1,9) and (5,10) and if necessary round the answer to two decimal places.\r
\n" );
document.write( "\n" );
document.write( "And also if I can get help to find the midpoint of the line segment whose points are (3,2) and (7,8). Thanks \n" );
document.write( "
Algebra.Com's Answer #455215 by Alan3354(69443) You can put this solution on YOUR website! find the distance between (1,9) and (5,10) and if necessary round the answer to two decimal places. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "d =~ 4.12 \n" ); document.write( "======================= \n" ); document.write( "And also if I can get help to find the midpoint of the line segment whose points are (3,2) and (7,8) \n" ); document.write( "It's the average of x & y separately. \n" ); document.write( "For x: (3+7)/2 = 5 \n" ); document.write( "For y: (2+8)/2 = 5 \n" ); document.write( "--> (5,5) \n" ); document.write( " \n" ); document.write( " |