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) You can put this solution on YOUR website! midpoint formula \n" ); document.write( " \n" ); document.write( "(x1,y1)=(-2,3) \n" ); document.write( "(x2,y2)=(6,3) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "midpt:(2,3) \n" ); document.write( " |