두 점 사이의 거리 d 는 피타고라스 정리를 이용합니다.
\displaystyle d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
\displaystyle d = \sqrt{(-2.00 - 3.00)^2 + (4.00 - (-5.00))^2}
\displaystyle d = \sqrt{(-5.00)^2 + (9.00)^2} = \sqrt{25.0 + 81.0} = \sqrt{106}
\displaystyle d \approx 10.3\ \text{m}