What is the distance between point A (-1,3,4) and point B at (-2,5,1)?

1 answer

change in x = 1
change in y = 2
change in z = 3
d^2 = 1^2 + 2*2 + 3^2 = 1 + 4 + 9
sqrt 14