Question 25883
To find the midpoint of a line segment, average the X-coordinates and average the Y-Coordinates of the endpoints. To get the average, add the two and then divide by 2.
--
Midpoint Formula : M=(X1+X2)/2 ; (Y1+Y2)/2

---------------
X1=2
X2=8
Y1=3
Y2=1
---------------




M= (2+8)/2 ; (3+1)/2

M= 5,2