document.write( "Question 1092904: The midpoint of CD is E(-1, 0). One endpoint is C(5, 2). What are the other coordinates of the other endpoint? \n" ); document.write( "
Algebra.Com's Answer #707503 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The midpoint is half way from one x coordinate to the other and half way from one y coordinate to the other. \n" ); document.write( "x: 5+some number/2=-1 \n" ); document.write( "5+some number=-2 \n" ); document.write( "some number=-7 \n" ); document.write( "y: 2+some number/2=0 \n" ); document.write( "2+some number=0 \n" ); document.write( "some number=-2 \n" ); document.write( "(-7, -2) \n" ); document.write( " |