Questions: Distance Formula and Metric in 3D Space

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What is the distance between the points (1, 2, 3) and (4, 6, 3)?

A5, since √[(4−1)² + (6−2)² + (3−3)²] = √25
B√7, since √(3 + 4 + 0)
C√34, since √(9 + 16 + 9)
D7, since (4−1) + (6−2) + (3−3)
Question 2 Multiple Choice

Which equation describes all points (x, y, z) at distance 3 from the point (1, 2, 4)?

A(x−1) + (y−2) + (z−4) = 3
B(x−1)² + (y−2)² + (z−4)² = 9
C√[(x−1)² + (y−2)² + (z−4)²] = 9
D(x+1)² + (y+2)² + (z+4)² = 3
Question 3 True / False

The 3D distance formula is derived from a single application of the Pythagorean theorem, extended to accommodate a third coordinate.

TTrue
FFalse
Question 4 True / False

The Euclidean distance between two points gives the length of the shortest possible path between them through 3D space.

TTrue
FFalse
Question 5 Short Answer

Explain why the 3D distance formula adds a (z₂−z₁)² term rather than simply using the 2D formula with an additive z-correction.

Think about your answer, then reveal below.