document.write( "Question 879963: The midpoint of segment AB is (4, 2). The coordinates of point A are (2, 7). Find the coordinates of point B.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #531150 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! A(2,7) and Midpoint of AB is M(4,2), Find point B \n" ); document.write( "Midpoint Pt(x,y): ( \n" ); document.write( "(2+x)/2 = 4, x = 6 \n" ); document.write( "(7+y)/2 = 2, y = -3 \n" ); document.write( "B(6,-3) \n" ); document.write( " |