calculate midpoint of segment with endpoints (2,-1) and (3,7)
Check the final answer first, then review the worked steps.
Check the final answer first, then review the worked steps.
The midpoint is calculated as $(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}) = (\frac{2+3}{2}, \frac{-1+7}{2}) = (\frac{5}{2}, 3)$.