Problem 15

Question

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

Step-by-Step Solution

Verified
Answer
The distance between the points (-1,-5,7) and (-3,4,-4) is \(\sqrt{206}\)
1Step 1: Identify the coordinates
Identify the coordinates of the two points. Here, the coordinates for the first point are (-1,-5,7) and for the second point are (-3,4,-4).
2Step 2: Apply the 3D distance formula
The 3-dimensional distance formula is: \[d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}\] Substituting the given coordinates into the formula, we get: \[ d = \sqrt{(-3-(-1))^2 + (4-(-5))^2 + (-4-7)^2} \]
3Step 3: Simplifying the equation
The next step is to simplify the equation: \[d = \sqrt{(-2)^2 + 9^2 + (-11)^2} = \sqrt{4 + 81 + 121} \]
4Step 4: Final calculation
Finally, we perform the arithmetic operations: \[d = \sqrt{206} \]