document.write( "Question 314676: Find the coordinates of the point halfway between (3,4) and (-2,5) \n" ); document.write( "
Algebra.Com's Answer #225033 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use the midpoint formula,
\n" ); document.write( "\"xm=%28x1%2Bx2%29%2F2=%283-2%29%2F2=1%2F2\"
\n" ); document.write( "\"ym=%28y1%2By2%29%2F2=%284%2B5%29%2F2=9%2F2\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "(\"1%2F2\",\"9%2F2\")
\n" ); document.write( "
\n" );