document.write( "Question 830178: find the midpoint GH(5, -2) AND H(-3,1) \n" ); document.write( "
Algebra.Com's Answer #500477 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Average the coordinates. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x: (x1+x2)/2 = (5+(-3))/2 = 2/2 = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y: (y1+y2)/2 = (-2+1)/2 = -1/2 = -0.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The midpoint is (1,-0.5) \n" ); document.write( " |