document.write( "Question 307005: Find the midpoint of the folowwing line segments with the given end points:
\n" );
document.write( "(0,0 & (6,4)\r
\n" );
document.write( "\n" );
document.write( "(1,2)&(9,4)\r
\n" );
document.write( "\n" );
document.write( "(-2,0)&(-8,7) \n" );
document.write( "
Algebra.Com's Answer #219608 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the midpoint of the folowwing line segments with the given end points: \n" ); document.write( "(0,0 & (6,4) \n" ); document.write( "(1,2)&(9,4) \n" ); document.write( "(-2,0)&(-8,7) \n" ); document.write( "----------------- \n" ); document.write( "Find the average of x and y separately. \n" ); document.write( "(-2,0)&(-8,7) \n" ); document.write( "x: (-2 -8)/2 = -5 \n" ); document.write( "y: (0 + 7)/2 = 3.5 \n" ); document.write( "(-5,3.5) midpoint \n" ); document.write( "----------------- \n" ); document.write( "Do the other 2 like that.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |