calculate midpoint of segment with endpoints (2,-1) and (3,7)

Check the final answer first, then review the worked steps.

Problem

calculate midpoint of segment with endpoints (2,-1) and (3,7)

Step-by-step solution

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)$.

Sign up to unlock

Answer

(\frac{5}{2}, 3)