document.write( "Question 1002864: What are the coordinates of an endpoint of a segment if the other endpoint has the coordinates (-6,2) and the midpoint of the segment has the coordinates (2,3)? show solution. \n" ); document.write( "
Algebra.Com's Answer #619733 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Midpoint formula: \n" ); document.write( "(x1 + x2)/2 , (y1 + y2)/2 \n" ); document.write( "(-6 + x)/2 , (2 + y)/2 \n" ); document.write( "(-6 + x)/2 = 2 \n" ); document.write( "Cross multiply \n" ); document.write( "(-6 + x) = 4 \n" ); document.write( "x = 4 + 6 \n" ); document.write( "x = 10 \n" ); document.write( "(2 + x)/2 = 3 \n" ); document.write( "Cross multiply \n" ); document.write( "(2 + y) = 6 \n" ); document.write( "y = 6 - 2 \n" ); document.write( "y = 4 \n" ); document.write( "Coords of endpoint = (10,4) \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |