SOLUTION: I need to find the coordinates of the point C, halway between the points A(5,1) and B9-2,7)

Algebra ->  Coordinate-system -> SOLUTION: I need to find the coordinates of the point C, halway between the points A(5,1) and B9-2,7)      Log On


   



Question 14525: I need to find the coordinates of the point C, halway between the points A(5,1) and B9-2,7)
Answer by Alwayscheerful(414) About Me  (Show Source):
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.
%28Xsub1%2BXsub2%29%2F2,%28Ysub1%2BYsub2%29%2F2
Basically, you are taking the average of the 2 X values and the 2 Y values.
Just plug those numbers into the formula.
%285-2%29%2F2,%281%2B7%29%2F2
You should end up with the ordered pair
(3%2F2,4)
Hope this helps!