Question 392936
I need help finding the distance of these points useing pythagorean Theorem
*(0,0)(6,8)
*(-2,3)(3,15)
*(1,-2)(9,13)
-------------
*(-12,2)(-9,6)
{{{d = sqrt(diffy^2 + diffx^2) = sqrt(4^2 + 3^2)}}}
d = 5
Do the others the same way.