64.2k views
1 vote
Find the midpoint of the segment with the given endpoints. M(–2, 1) and O(–3, 2)

1 Answer

4 votes
Coordinates of the midpoint:
x = ( x 1 + x 2) / 2
y = ( y 1 + y 2 ) / 2
x = ( - 2 + (-3 ) ) / 2 = - 5/2 = - 2.5
y = ( 1 + 2 ) / 2 = 3 / 2 = 1.5
Answer: ( - 2.5, 1.5 )
User SondreB
by
7.7k points