What is the distance between (–2, 1, 3) and (2, –3, 1) ?
1 Answer
May 4, 2018
Explanation:
The distance between two points
d = sqrt((x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2)
In our example, putting
d = sqrt((2-(-2))^2+(-3-1)^2+(1-3)^2)
color(white)(d) = sqrt(4^2+4^2+2^2) = sqrt(36) = 6