document.write( "Question 212185: midpoint of the line segment with the given endpoints.\r
\n" );
document.write( "\n" );
document.write( "(2,6) and (7,3)\r
\n" );
document.write( "\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #160249 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! midpoint of the line segment with the given endpoints. \n" ); document.write( "(2,6) and (7,3) \n" ); document.write( "--------------------- \n" ); document.write( "Let (x,y) be the midpoint. \n" ); document.write( "--- \n" ); document.write( "x = (2+7)/2 = 4.5 \n" ); document.write( "y = (6+3)/2 = 4.5 \n" ); document.write( "======================== \n" ); document.write( "midpoint = (4.5 , 4.5) \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |