A line segment cannot have two distinct mid points.
The midpoint of a line is the middle point of a line segment.
It is equidistant from both endpoints, and it is the centroid both of the segment and of the endpoints.
for external division: (x,y) = ([(mx2 + nx1) / (m + n )], [(my2 + ny1)/(m+n)])
for internal division: (x, y) = ([(mx2 - nx1) / (m -n)], [(my2 - ny1)/(m - n)])
where;
Thus, a line segment cannot have two distinct mid points.
Learn more about midpoints here: https://brainly.com/question/5566419
#SPJ1