Question: What is the distance between the points (5, 5) and (5, 1)?
Options:
Correct Answer: 4.0
Solution:
Using the distance formula: d = √((5 - 5)² + (1 - 5)²) = √(0 + 16) = √16 = 4.0.