document.write( "Question 649727: the midpoint of AB is M(9,7).One endpoint is A(3,9).Find the coordinates of endpoint B. \n" ); document.write( "
Algebra.Com's Answer #407083 by Alan3354(69443) You can put this solution on YOUR website! the midpoint of AB is M(9,7).One endpoint is A(3,9).Find the coordinates of endpoint B. \n" ); document.write( "--------------- \n" ); document.write( "The difference in x & y have to equal the difference from A to M. \n" ); document.write( "--- \n" ); document.write( "diffx = 9-3 = 6 --> x = 9+6 = 15 \n" ); document.write( "diffy = 7-9 = -2 --> y = 7-2 = 5 \n" ); document.write( "--> B @ (15,5) \n" ); document.write( " \n" ); document.write( " |