document.write( "Question 45335: Find the midpoint of the segment that joins them.
\n" );
document.write( "(2,3), (5,2) \n" );
document.write( "
Algebra.Com's Answer #30109 by fractalier(6550) You can put this solution on YOUR website! The midpoint of a segment joining two points is the average x- and y- values...so from \n" ); document.write( "(2,3) and (5,2), \n" ); document.write( "we add the x's and divide by two...then repeat with the y's to give us the point \n" ); document.write( "(7/2, 5/2) \n" ); document.write( " |