document.write( "Question 148232: find the midpoint of the line segment PQ\r
\n" );
document.write( "\n" );
document.write( "P(5,9) Q(2,7) \n" );
document.write( "
Algebra.Com's Answer #108636 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the midpoint of the line segment PQ \n" ); document.write( "P(5,9) Q(2,7) \n" ); document.write( "--------------------- \n" ); document.write( "Each coordinate is the average of the two corresponding coordinate. \n" ); document.write( "x = (5+2)/2 = 7/2 \n" ); document.write( "y = (9+7)/2 = 8 \n" ); document.write( "-------------------- \n" ); document.write( "Midpoint: (7/2 , 8) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |