The distance between the points \( (4, 3, 7) \) and \( (1, -1, -5) \) is:
Show Hint
The distance between points \( (x_1, y_1, z_1) \) and \( (x_2, y_2, z_2) \) is given by:
\[
\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}
\]
Always square differences and then take the square root.