If A (1,3,4)

B(-1,6,10)
C(-7,4,7)
D(a,b,c)
Find the distance between B and D?

1 answer

Distance = √(a+1)^2 + (b-6)^2 + (c-10)^2 )