document.write( "Question 296389: The midpoint and an endpoint of a line segment are given. fine the other endpoint.\r
\n" );
document.write( "\n" );
document.write( "endpoint: (1,2)
\n" );
document.write( "Midpoint: (-6,4) \n" );
document.write( "
Algebra.Com's Answer #213569 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! endpoint: (1,2) \n" ); document.write( "Midpoint: (-6,4) \n" ); document.write( "X distance=1+6=7 \n" ); document.write( "-6-7=-13 is the other x endpoint. \n" ); document.write( "Y distance=4-2=2 \n" ); document.write( "4+2=6 is the other Y end point. \n" ); document.write( "Ans.(-13,2) \n" ); document.write( " |