How do you find the midpoint of ( 7, 4 ) and ( 2, 1 )?

1 Answer
Feb 1, 2017

See the entire solution process below:The formula to find the mid-point of a line segment give the two end points is:

Explanation:

The formula 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)#

Where #M# is the midpoint and the given points are:

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

Substituting the values from the problem and solving gives:

#M = ((color(red)(7) + color(blue)(2))/2 , (color(red)(4) + color(blue)(1))/2)#

#M = (9/2, 5/2)#