document.write( "Question 362490: find the midpoint of the line between two points (10,4)(2,6) \n" ); document.write( "
Algebra.Com's Answer #258367 by Alan3354(69443) You can put this solution on YOUR website! Find the average of x and y separately. \n" ); document.write( "x: (10 + 2)/2 = 6 \n" ); document.write( "y: (4 + 6)/2 = 5 \n" ); document.write( "midpoint at (6,5) \n" ); document.write( " \n" ); document.write( " |