document.write( "Question 246620: PQ has endpoints p(0,0) Q(8,4) Find the Coordinates of the midpoint of PQ \n" ); document.write( "
Algebra.Com's Answer #187968 by EMStelley(208)![]() ![]() You can put this solution on YOUR website! If you have two points (x1,y1) and (x2,y2), the midpoint is\r \n" ); document.write( "\n" ); document.write( "((x1+x2)/2,(y1+y2)/2)\r \n" ); document.write( "\n" ); document.write( "So we have:\r \n" ); document.write( "\n" ); document.write( "((0+8)/2,(0+4)/2) \n" ); document.write( "(4,2) \n" ); document.write( " |