document.write( "Question 650920: Find th coordinates of the other endpoint of the segment, given its midpoint an one endpoint.
\n" ); document.write( "Midpoint (-2,-6), endpoint (2,-3)
\n" ); document.write( "

Algebra.Com's Answer #407492 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: Midpoint Pt(x,y): ( \"%28x%5B1%5D+%2B+x%5B2%5D%29%2F2\", \"%28y%5B1%5D+%2B+y%5B2%5D%29%2F2++%29\")
\n" ); document.write( "Midpoint (-2,-6)
\n" ); document.write( " (x,y),
\n" ); document.write( "(2,-3) x-2 = -2, x = 0 and y + 3 = -6, y = -9
\n" ); document.write( "coordinates (x,y) of the other endpoint of the segment are (0,-9) \n" ); document.write( "
\n" );