What is the distance between (–6, 3, 4) and (–5, –1, 1) ?
1 Answer
Dec 19, 2017
Explanation:
You may be familiar with the two-dimensional distance formula, which tells us that the distance between
sqrt((x_2-x_1)^2+(y_2-y_1)^2)
There is a similar formula for three dimensions for the distance between
sqrt((x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2)
So in our example, the distance between
sqrt((x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2)
= sqrt(((-5)-(-6))^2+((-1)-3)^2+(1-4)^2)
= sqrt(1^2+(-4)^2+(-3)^2)
= sqrt(1+16+9)
= sqrt(26)