Example 1easy
- A)The distance PQ is always negative if x₁ > x₂.
- B)The distance PQ can be calculated as √( (x₂ - x₁)² + (y₁ - y₂)² ).
- C)The distance PQ represents the length of the shortest path connecting P and Q.
- D)The distance PQ is undefined if x₁ = x₂ and y₁ = y₂.
Step-by-step solution
- The distance formula calculates the length of the straight line segment connecting two points. This straight line is always the shortest path between any two points in Euclidean geometry.
- Option A is false because distance is always non-negative. Option B is an incorrect variation of the distance formula. Option D is false because if points are identical, the distance is 0, which is defined.
Answer: The distance PQ represents the length of the shortest path connecting P and Q.