Question 659911
can someone explain how do i find the distance between this points:

A=(6,-1)B=(1,11)
diffy = -1 - 11 = -12
diffx = 6 - 1 = 5
----
{{{distance = sqrt(diffy^2 + diffx^2) = sqrt(144 + 25)}}}
distance = 13 units
======================
Do the others the same way.
A=(-3,-5)B=(3,-13)

A=(2,-2)B(-2,2)

A=(4,-6)B=(-2,4)