Single Answer MCQ
Q-00103884

Which formula correctly calculates the distance between any two points in 3D space?

1

D = sqrt((x2 - x1) + (y2 - y1) + (z2 - z1))

2

D = (x2 - x1) + (y2 - y1) + (z2 - z1)

3

D = sqrt((x2 - x1)^2 + (y2 - y1)^2 + (z2 - z1)^2)

4

D = (x2 - x1)^2 + (y2 - y1)^2 + (z2 - z1)^2

Video Explanation

Answer

Solution:

Watch Video Solution

Login to get access