Question 296484
the distance between 2 point can be solved by using the formula:
{{{distance = sqrt((x2-x1)^2+(y2-y1)^2)}}}
so, if the points are (-8,-10) and (6, -4)
{{{distance = sqrt((6-(-8))^2+(-4-(-10))^2)}}}
{{{distance = sqrt(14^2+6^2)}}}
{{{distance = sqrt(196+36)}}}
{{{distance = sqrt(232)}}}
{{{distance = sqrt(4*58)}}}
{{{distance = 2*sqrt(58)}}}