SOLUTION: I need to Find the midpoint between these points (2,3) and (8,1)

Algebra ->  Linear-equations -> SOLUTION: I need to Find the midpoint between these points (2,3) and (8,1)      Log On


   



Question 25883: I need to Find the midpoint between these points
(2,3) and (8,1)

Answer by smoothflyin(6) About Me  (Show Source):
You can put this solution on YOUR website!
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