document.write( "Question 897228: How do you find the other endpoint of a line when given the midpoint and one endpoint? \n" ); document.write( "
Algebra.Com's Answer #544028 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! To find the midpoint of two endpoints \n" ); document.write( "xm, ym are the x,y of the midpoint \n" ); document.write( "x1, y1 are the x,y of one endpoint \n" ); document.write( "x2, y2 are the x,y of the other endpoint \n" ); document.write( "xm=(x2+x1)/2 \n" ); document.write( "ym=(y2+y1)/2\r \n" ); document.write( "\n" ); document.write( "To find the endpoint knowing one endpoint and the midpoint \n" ); document.write( "solve for x1 and y1\r \n" ); document.write( "\n" ); document.write( "x1=2*xm-x2 \n" ); document.write( "y1=2*ym-y2 \n" ); document.write( " |