document.write( "Question 695891: what is the midpoint between the points (1,2) and (5,-6) in the xy plane?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #428679 by BigToosie(32)![]() ![]() ![]() You can put this solution on YOUR website! The Midpoint formula (x1 + x2)/2 , (y1 + y2)/2\r \n" ); document.write( "\n" ); document.write( "The midpoint between the points (1,2) and (5,-6)\r \n" ); document.write( "\n" ); document.write( "x1 = 1 \n" ); document.write( "x2 = 5 \n" ); document.write( "y1 = 2 \n" ); document.write( "y2 = -6\r \n" ); document.write( "\n" ); document.write( "(1 + 5)/2 , (2 - 6)/2 \n" ); document.write( " \n" ); document.write( "6/2 = 3 , -4/2 = -2\r \n" ); document.write( "\n" ); document.write( "Therefore the midpoint is (3,-2) \n" ); document.write( " |