Calculate the distance between two points.

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

Problem

Calculate the distance between two points.

Step-by-step solution

Using the distance formula, $d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$, we plug in the coordinates of A and B: $d = \sqrt{(11 - (-1))^2 + (-8 - (-3))^2} = \sqrt{(12)^2 + (-5)^2} = \sqrt{144 + 25} = \sqrt{169} = 13$.

Sign up to unlock

Answer

13 units