document.write( "Question 266670: Find the coordinates of the other endpoint of the segment, given its midpoint and one endpoint.
\n" );
document.write( "Midpoint (8,0), endpoint (3,2)
\n" );
document.write( "The other endpoint is......? (must have ordered pair) \n" );
document.write( "
Algebra.Com's Answer #195912 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Line them up like this \n" ); document.write( "endpoint: (3,2) \n" ); document.write( "midpoint: (8,0) \n" ); document.write( "endpoint: \n" ); document.write( "to find the endpoint coordinates, \n" ); document.write( "look at the x's. 3 to 8 means add 5. add 5 more and we get 13 \n" ); document.write( "look at the y's. 2 to 0 means subtract 2. subtract 2 more and we get -2. \n" ); document.write( "The other endpoint is \n" ); document.write( "(13,-2) \n" ); document.write( " |