156k views
2 votes
Find the midpoint of the segment with the given endpoints(5,3),(-6,9)

User Leonardo
by
5.3k points

1 Answer

3 votes

Input Data :

Point 1= (5, 3)

Point 2 = (-6, 9)

Midpoint


\begin{gathered} (x_m,y_m)=((Xa+Xb)/(2),(Ya+Yb)/(2)) \\ =((5+-6)/(2),(3+9)/(2)) \\ =((-1)/(2),(12)/(2)) \\ \end{gathered}

Midpoint of a line segment

= (-0.5, 6)

User Enashnash
by
5.5k points