document.write( "Question 37052: Find the coordinates of the midpoint of a segment with each pair of endpoints.
\n" );
document.write( "I(0, -2), J(3/4, 5) \n" );
document.write( "
Algebra.Com's Answer #22765 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the coordinates of the midpoint of a segment with each pair of endpoints. \n" ); document.write( "I(0, -2), J(3/4, 5)\r \n" ); document.write( "\n" ); document.write( "The x coordinate is (0+(3/4))/2 = (3/8) \n" ); document.write( "The y coordinate is (-2+5)/2=(3/2) \n" ); document.write( "The midpoint is (3/8,3/2) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |