document.write( "Question 650915: For the points P and Q, find the coordinates of the midpoint of the segment PQ.
\n" ); document.write( "P(6,5), Q (9,-2)
\n" ); document.write( "

Algebra.Com's Answer #407491 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: Midpoint Pt(x,y): ( \"%28x%5B1%5D+%2B+x%5B2%5D%29%2F2\", \"%28y%5B1%5D+%2B+y%5B2%5D%29%2F2++%29\")
\n" ); document.write( "P(6,5),
\n" ); document.write( "Q (9,-2) Midpoint Pt(x,y) is (15/2, 3/2) \n" ); document.write( "
\n" );