document.write( "Question 134973: Given line segment AB with midpoint M(5,-1) and endpoint B(8,2), what are the coordinates of A? \n" ); document.write( "
Algebra.Com's Answer #98827 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given line segment AB with midpoint M(5,-1) and endpoint B(8,2), what are the coordinates of A? \n" ); document.write( "----------------------- \n" ); document.write( "Draw the picture: \n" ); document.write( "Let the coordinates of A be (x,y) \n" ); document.write( "---------------------------------- \n" ); document.write( "Rule: The coordinates of the midpoint are the average of the corresponding \n" ); document.write( "coordinates of the end points. \n" ); document.write( "------------------------------ \n" ); document.write( "(x+8)/2 = 5 \n" ); document.write( "x+8 = 10 \n" ); document.write( "x = 2 \n" ); document.write( "---------- \n" ); document.write( "(y+2)/2 = -1 \n" ); document.write( "y+2 = -2 \n" ); document.write( "y = -4 \n" ); document.write( "----------- \n" ); document.write( "Coordinates of A are (2,-4) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |