document.write( "Question 1150769: If the coordinates of A are (0,-2) and the coordinates of B is (10,-6) the midpoint of AB is? \n" ); document.write( "
Algebra.Com's Answer #772206 by Alan3354(69443) You can put this solution on YOUR website! If the coordinates of A are (0,-2) and the coordinates of B is (10,-6) the midpoint of AB is? \n" ); document.write( "--------------- \n" ); document.write( "It's the average of x & y independently. \n" ); document.write( "---- \n" ); document.write( "Here's an example: \n" ); document.write( "--- \n" ); document.write( "If the coordinates of A are (-2,0) and the coordinates of B is (4,-8) the midpoint of AB is? \n" ); document.write( "--- \n" ); document.write( "For x: (-2+4)/2 = 1 \n" ); document.write( "For y: (0-8)/2 = -4 \n" ); document.write( "---> the point (1,-4) \n" ); document.write( " \n" ); document.write( " |