document.write( "Question 595795: what are the coordinates of the point halfway between (-2,3)and (6,3) \n" ); document.write( "
Algebra.Com's Answer #377302 by jerryguo41(197)\"\" \"About 
You can put this solution on YOUR website!
midpoint formula
\n" ); document.write( "\"%28x1%2Bx2%29%2F2\",\"%28y1%2By2%29%2F2\"
\n" ); document.write( "(x1,y1)=(-2,3)
\n" ); document.write( "(x2,y2)=(6,3)
\n" ); document.write( "\"%28-2%2B6%29%2F2\",\"%283%2B3%29%2F2\"
\n" ); document.write( "\"%284%29%2F2\",\"%286%29%2F2\"
\n" ); document.write( "midpt:(2,3)
\n" ); document.write( "
\n" );