Question 1164000
.
<pre>

Apply the distance formula


    d = {{{sqrt((x[2]-x[1])^2 + (y[2]-y[1])^2)}}}.


In your case  ({{{x[1]}}},{{{y[1]}}}) = (-6,-2),  ({{{x[2]}}},{{{y[2]}}}) = (-4,-5).


THEREFORE,


    d = {{{sqrt((-4-(-6))^2+((-5)-(-2))^2)}}} = {{{sqrt(2^2 + (-3)^2)}}} = {{{sqrt(4+9)}}} = {{{sqrt(13)}}}.


<U>ANSWER</U>.  The distance between two given points is  {{{sqrt(13)}}}  units.
</pre>

Solved.


--------------


Memorize the formula and the way on how it works.


You will see and use this formula hundreds of times in your life.