document.write( "Question 50967: Find the coordinates of the midpoint of a segment with the given endpoints.
\n" );
document.write( "A(6,-4), B(1,8) \n" );
document.write( "
Algebra.Com's Answer #33981 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the coordinates of the midpoint of a segment with the given endpoints. \n" ); document.write( "A(6,-4), B(1,8) \n" ); document.write( "The coordinates of the end point are the average of the coordinates of \n" ); document.write( "the end points. \n" ); document.write( "Mid-point is [(6+8)/2,(-4+8)/2] = (7,2) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |