document.write( "Question 970935: Find the midpoint of the line segment joining the points P1 and P2.\r
\n" ); document.write( "\n" ); document.write( "P1=(2,1); P2=(-5,0)\r
\n" ); document.write( "\n" ); document.write( "M=(x,y)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #593559 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!
Midpoint of the line segment joining P1(2,1)and P2(-5,0)=((2-5)/2,(1+0)/2)=(-3/2,1/2) \n" ); document.write( "
\n" );