Question 148232
find the midpoint of the line segment PQ 
P(5,9) Q(2,7)
---------------------
Each coordinate is the average of the two corresponding coordinate.
x = (5+2)/2 = 7/2
y = (9+7)/2 = 8
--------------------
Midpoint: (7/2 , 8)
=========================
Cheers,
Stan H.