document.write( "Question 447962: 6. Find the length of the following segment created by these pairs of endpoints: (9, 6), (12, 6):\r
\n" );
document.write( "\n" );
document.write( "7. Find the length of the following segment created by these pairs of endpoints: (4.5, 7), (1.1, 4.3) \r
\n" );
document.write( "\n" );
document.write( "8. Find the length of the following segment created by these pairs of endpoints: (1, 2), (7, 2) \r
\n" );
document.write( "\n" );
document.write( "9. Find the midpoint of the following segment created by these pairs of endpoints: (0, 1), (0, 5) \r
\n" );
document.write( "\n" );
document.write( "10. Find the midpoint of the following segment created by these pairs of endpoints: (10, 10), (2, 2) \r
\n" );
document.write( "\n" );
document.write( "11. Find the midpoint of the following segment created by these pairs of endpoints: (2, -6), (5, 8) \r
\n" );
document.write( "\n" );
document.write( "12. Find the midpoint of the following segment created by these pairs of endpoints: (1, -6), (12, -6) \r
\n" );
document.write( "\n" );
document.write( "13. Find the midpoint of the following segment created by the pairs of endpoints: (1.23, 65.7), (45.38, -634.9)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #308319 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 6. Find the length of the following segment created by these pairs of endpoints: (9, 6), (12, 6): \n" ); document.write( "--------- \n" ); document.write( "It's a Pythagoras application \n" ); document.write( " \n" ); document.write( "d = 3 \n" ); document.write( "------------- \n" ); document.write( "11. Find the midpoint of the following segment created by these pairs of endpoints: (2, -6), (5, 8) \n" ); document.write( "Get the average of x and y separately. \n" ); document.write( "x = (2+5)/2 = 3.5 \n" ); document.write( "y = (-6+8)/2 = 1 \n" ); document.write( "--> (3.5,1) \n" ); document.write( "-------- \n" ); document.write( "Do the others the same way.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |