document.write( "Question 1035150: find the midpoint between the two points: (2,3),(4,1) \n" ); document.write( "
Algebra.Com's Answer #649762 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the midpoint between the two points: (2,3),(4,1) \n" ); document.write( "---- \n" ); document.write( "Let the midpoint be (x,y) \n" ); document.write( "--- \n" ); document.write( "x = (2+4)/2 = 3 \n" ); document.write( "y = (3+1)/2 = 1 \n" ); document.write( "--- \n" ); document.write( "Ans:: (3,1) \n" ); document.write( "-------------- \n" ); document.write( " |