Problem 14

Question

Find the distance between the two points. $$ (-4,-1,1),(2,-1,5) $$

Step-by-Step Solution

Verified
Answer
The distance between the two points is \( \sqrt{52} \) or approximately 7.21 units.
1Step 1: Identify the coordinates
The given coordinates are (x1, y1, z1) = (-4, -1, 1) and (x2, y2, z2) = (2, -1, 5).
2Step 2: Substitute in the distance formula
Substitute these values into the distance formula: \( \sqrt{(x_{2} - x_{1})^2 + (y_{2} - y_{1})^2 + (z_{2} - z_{1})^2} \) = \( \sqrt{(2 - (-4))^2 + ((-1) - (-1))^2 + (5 - 1)^2} \)
3Step 3: Calculate the distance
Perform the operation within each parentheses and then square the results: \( \sqrt{(2 + 4)^2 + (0)^2 + (5 - 1)^2} = \sqrt{(6)^2 + (0)^2 + (4)^2} = \sqrt{36 + 0 + 16} = \sqrt{52} \)