Question 889381
Find the distance between the points (-2, -5, 8) and (4, 0, -3)
---------
It's the same method as in 2-space.
---
{{{d = sqrt(diffz^2 + diffy^2 + diffx^2) = sqrt(6^2 + 5^2 + 11^2)}}}