Given points are (10,5) and (6,9)
Let (x1,y1) = (10,5)
And (x2,y2) = (6,9)
Now using midpoint formula ,
We have ,
(x1 + x2/2 , y1+y2/2)
=> (10+6/2 , 5+9/2)
=> (16/2 , 14/2)
=> (8,7) is the required midpoint of the given two end points of the line segment .