document.write( "Question 64974: FIND THE MIDPOINT OF THE LINE SEGMENT FROM A(-2,9) TO B(4,5). \n" ); document.write( "
Algebra.Com's Answer #45467 by tutorcecilia(2152)\"\" \"About 
You can put this solution on YOUR website!
Midpoint(x,y): [(x1+x2)/2, (y1+y2)/2] [formula for finding the midpoint of a line]
\n" ); document.write( ".
\n" ); document.write( "Midpoint: [(-2+4)/2, 9+5)/2] [plug-in the values for the x's and y's]
\n" ); document.write( "Midpoint: [(2/2), (14/2)]
\n" ); document.write( "Midpoint: (1, 7)
\n" ); document.write( "
\n" ); document.write( "
\n" );