document.write( "Question 473077: using the midpoint formula, find the coordinates of the midpoint of the segment whose endpoints are given:\r
\n" );
document.write( "\n" );
document.write( "1) E(4,-4), F(1,7)
\n" );
document.write( "2) G(2,9), H(-3,6)
\n" );
document.write( "3) I(-8,3), J(3,0) \n" );
document.write( "
Algebra.Com's Answer #324373 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! using the midpoint formula, find the coordinates of the midpoint of the segment whose endpoints are given: \n" ); document.write( "1) E(4,-4), F(1,7) \n" ); document.write( "mid = [(4+1)/2 ; (-4+7)/2] = (5/2,3/2) \n" ); document.write( "------------------------------ \n" ); document.write( "2) G(2,9), H(-3,6) \n" ); document.write( "mid = (-1/2,15/2) \n" ); document.write( "------------------------ \n" ); document.write( "3) I(-8,3), J(3,0) \n" ); document.write( "mid = (-5/2,3/2) \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |