midpoint of a line segment

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

Problem

midpoint of a line segment

Step-by-step solution

The midpoint formula is $(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2})$. Plugging in the given endpoints $(1, -6)$ and $(-3, 4)$, we get $(\frac{1+(-3)}{2}, \frac{-6+4}{2}) = (\frac{-2}{2}, \frac{-2}{2}) = (-1, -1)$.

Sign up to unlock

Answer

(-1, -1)