document.write( "Question 698023: Find the midpoint between points (-5,11) and (-4,8) \n" ); document.write( "
Algebra.Com's Answer #430395 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Average the x coordinates: (-5+(-4))/2 = -9/2 = -4.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Average the y coordinates: (11+8)/2 = 19/2 = 9.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the midpoint is (-4.5, 9.5) \n" ); document.write( " |