Question 206844
find the coordinates of the point C, 
halfway between the points A(5,1) and B(-2,7).
------
Find the midpoints of x and y separately by getting the averages.
for x: (5-2)/2 = 3/2
for y: (1+7)/2 = 4
C is (3/2,4)