How do you find the midpoint of the segment connecting (3, 2) and (1, -2)?

1 Answer
Dec 26, 2016

The midpoint of this segment is (2, 0)

Explanation:

The equation to find the mid-point of a line segment give the two end points is:

M = ((color(red)(x_1) + color(blue)(x_2))/2 , (color(red)(y_1) + color(blue)(y_2))/2)M=(x1+x22,y1+y22)

Where MM is the midpoint and the given points are:

color(red)((x_1, y_1)) and color(blue)((x_2, y_2))

Substituting the points we are given we can solve for M as follows:

M = ((color(red)(3) + color(blue)(1))/2 , (color(red)(2) + color(blue)((-2)))/2)

M = (4/2 , 0/2)

M = (2, 0)