Question 92227
find the coordinates of the point C, halfway between the points 
A(5,1) and B(-2,7)
---------------
The x coordinate is the average of the x coordinates
The y coordinate is the average of the y coordinates
-------------
mid-point is [(5+-2)/2 , (1+7)/2] = (3/2 , 4) 

============================
Cheers, 
Stan H.