1. Which formula gives the shortest distance $D$ from a point $(x_0, y_0, z_0)$ to the plane $ax + by + cz + d = 0$?
- A.$D = \frac{|ax_0 + by_0 + cz_0 + d|}{a^2 + b^2 + c^2}$
- B.$D = \frac{|ax_0 + by_0 + cz_0 + d|}{\sqrt{a^2 + b^2 + c^2}}$
- C.$D = \frac{ax_0 + by_0 + cz_0 + d}{\sqrt{a^2 + b^2 + c^2}}$
- D.$D = \sqrt{(ax_0)^2 + (by_0)^2 + (cz_0)^2 + d^2}$
View Answer
Answer: $D = \frac{|ax_0 + by_0 + cz_0 + d|}{\sqrt{a^2 + b^2 + c^2}}$
State the distance formula: The point-to-plane distance formula is $D = \frac{|ax_0 + by_0 + cz_0 + d|}{\sqrt{a^2 + b^2 + c^2}}$. Why the correct answer works: Option B matches the standard formula exactly, with the absolute value in the numerator and the magnitude of the normal vector $\sqrt{a^2 + b^2 + c^2}$ in the denominator. Why distractors fail: Option A divides by the square of the normal's magnitude instead of its magnitude. Option C omits the absolute value, which could yield a negative distance. Option D does not correspond to any standard distance formula.