17.9k views
2 votes
Given A(2,9) and B(6,1), find the midpoint of segment AB

User RajaKumar
by
3.2k points

1 Answer

6 votes

the formula of midpoint is


((x1+x2)/(2),(y1+y2)/(2))

so, replace the points


\begin{gathered} ((2+6)/(2),(9+1)/(2)) \\ \\ ((8)/(2),(10)/(2)) \\ \\ M=(4,5) \end{gathered}

the mid point is (4,5)

User Charlee
by
3.4k points