document.write( "Question 767077: Find the coordinates of the midpoint of a segment with the given endpoints. Be sure to enclose your answer in parentheses.
\n" );
document.write( "J(3,-3) K(9,9)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #467387 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the coordinates of the midpoint of a segment with the given endpoints. Be sure to enclose your answer in parentheses. \n" ); document.write( "J(3,-3) K(9,9) \n" ); document.write( "--------------- \n" ); document.write( "It's the average of x & y \n" ); document.write( "--- \n" ); document.write( "x: (3+9)/2 = 6 \n" ); document.write( "y: (-3+9)/2 = 3 \n" ); document.write( "--> (6,3) \n" ); document.write( " \n" ); document.write( " |