document.write( "Question 1035149: find the midpoint between the two points: (2,2),(6,4) \n" ); document.write( "
Algebra.Com's Answer #649760 by Amrata1(11)![]() ![]() ![]() You can put this solution on YOUR website! Use section formula. Here line gets divided in the ratio 1:1. \n" ); document.write( "X = ( 6-2)/2 = 2 \n" ); document.write( "Y = ( 4-2)/2 = 1\r \n" ); document.write( "\n" ); document.write( "Hence mid point is (2,1). \n" ); document.write( " |