document.write( "Question 936213: the midpoint of cm is (5 -11). one endpoint is s(3 5). what are the coordinates of endpoint m \n" ); document.write( "
Algebra.Com's Answer #569650 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! formula: mid point( x,y) =((x1+x2)/2,(y1+y2)/2) \n" ); document.write( " midpoint( x,y)=(5,-11) \n" ); document.write( " one point(x1,y1)= (3,5) \n" ); document.write( " (5,-11)= ((3+x2)/2,(5+y2)/2) \n" ); document.write( " \n" ); document.write( " 5*2 = 3+x2 -11*2 =5+y2 \n" ); document.write( " 10=3+x2 -22=5+y2 \n" ); document.write( " 10-3=x2 -22-5=y2 \n" ); document.write( " 7=x2 -27=y2 \n" ); document.write( " hence other end point(x2,y2)=(7,-27) \n" ); document.write( " |