Add the x-coordinates of the two points. For example, if the line starts at (3, 1) and goes through (9, 5), add 3 and 9 to get 12.
Divide the result by 2 to find the x-coordinate of the midpoint. In this example, divide 12 by 2 to get 6 as the x-coordinate of the midpoint.
Add the y-coordinates of the two points. For example, if the line starts at (3, 1) and goes through (9, 5), add 1 and 5 to get 6.
Divide the result by 2 to find the y-coordinate of the midpoint. In this example, divide 6 by 2 to get 3 as the y-coordinate of the midpoint.
Combine the x-coordinate and the y-coordinate to find the midpoint of the line segment. In this example, find that the line segment equals (6, 3).