document.write( "Question 14525: I need to find the coordinates of the point C, halway between the points A(5,1) and B9-2,7) \n" ); document.write( "
Algebra.Com's Answer #7290 by Alwayscheerful(414)\"\" \"About 
You can put this solution on YOUR website!
Well, you need to know the midpoint formula in order to solve this. If you don't know it, I'll give it to you.
\n" ); document.write( "\"%28Xsub1%2BXsub2%29%2F2\",\"%28Ysub1%2BYsub2%29%2F2\"
\n" ); document.write( "Basically, you are taking the average of the 2 X values and the 2 Y values.
\n" ); document.write( "Just plug those numbers into the formula.
\n" ); document.write( "\"%285-2%29%2F2\",\"%281%2B7%29%2F2\"
\n" ); document.write( "You should end up with the ordered pair
\n" ); document.write( "(\"3%2F2\",\"4\")
\n" ); document.write( "Hope this helps!
\n" ); document.write( "
\n" );