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