SOLUTION: I have to use the Pythagorean Theorem to find the distance between this pair of points A(0,0), B(6,8). How do you do this?

Algebra ->  Pythagorean-theorem -> SOLUTION: I have to use the Pythagorean Theorem to find the distance between this pair of points A(0,0), B(6,8). How do you do this?      Log On


   



Question 212184: I have to use the Pythagorean Theorem to find the distance between this pair of points A(0,0), B(6,8). How do you do this?
Answer by checkley77(12844) About Me  (Show Source):
You can put this solution on YOUR website!
d=sqrt[(6-0)^2(8-0)^2]
d=sqrt[36+64]
d=sqrt100
d=10 ans.