document.write( "Question 388623: Find the midpoint of the line segment PQ\r
\n" );
document.write( "\n" );
document.write( "P(0, 3); Q (-10, -13) \n" );
document.write( "
Algebra.Com's Answer #274972 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Find the midpoint of the line segment PQ\r \n" ); document.write( "\n" ); document.write( "P(0, 3); Q (-10, -13) \n" ); document.write( "... \n" ); document.write( "mid point formula \n" ); document.write( " x=(x1+x2)/2 = (0-10)/2=-5 \n" ); document.write( "y=(y1+y2)/2 =(3-13)/2=-5 \n" ); document.write( "Midpoint(-5,-5) \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |