The distance between two points with the given coordinates in space is;
Distance = 17 units
We are given the coordinates;
(32, 12, 5)
(20, 3, 13)
d = √((x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²)
From the equation given to us, we can see that;
x₁ = 32
x₂ = 20
y₁ = 12
y₂ = 3
z₁ = 5
z₂ = 13
d = √((20 - 32)² + (3 - 12)² + (13 - 5)²)
d = √(144 + 81 + 64)
d = √289
d = 17
Thus, the distance between the two points is 17 units
Read more at; https://brainly.com/question/20974053