document.write( "Question 988854: Find the coordinates of the other endpoint of the segment, given it's midpoint M and one endpoint Q. \r
\n" );
document.write( "\n" );
document.write( "M(a,k), Q(f,q)\r
\n" );
document.write( "\n" );
document.write( "The second endpoint is P \n" );
document.write( "
Algebra.Com's Answer #609323 by Shai(25)![]() ![]() You can put this solution on YOUR website! Let the missing coordinates of the endpoint P be (x,y), \n" ); document.write( "Mid point given :M(a,k) henceforth \n" ); document.write( "a=(x+f)/2,2a-f \n" ); document.write( "K=(y+q)/2,2k-q \n" ); document.write( "The end point P(2a-f,2k-q) \n" ); document.write( " |