document.write( "Question 93742: How do I find the midpoint between these points:\r
\n" );
document.write( "\n" );
document.write( "(-3,7) and (4,-5) \n" );
document.write( "
Algebra.Com's Answer #68298 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the midpoint between these points: \n" ); document.write( "(-3,7) and (4,-5) \n" ); document.write( "---------------- \n" ); document.write( "Find the average of the x values and the average of the y values. \n" ); document.write( "---------------- \n" ); document.write( "[(-3+4)/2 , (7+-5)/2) \r \n" ); document.write( "\n" ); document.write( "= (1/2 , 1) \n" ); document.write( "That is the mid-point. \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |