document.write( "Question 69504: i have to find the midpoint of the line between the two given points....
\n" );
document.write( "1. (10,4)and(2,6) 2. (-2,-1)and (-8,6) \n" );
document.write( "
Algebra.Com's Answer #49490 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 1. (10,4)and(2,6) \n" ); document.write( "You sum the two and divide by 2. \n" ); document.write( "(10 + 2)/2 = 12/2 = 6 \n" ); document.write( "(4 + 6)/2 = 10/2 = 5 \n" ); document.write( "(6,5) \n" ); document.write( "It is finding the average. I'll let you solve the next. \n" ); document.write( " |