Question: Find the distance between the points (5, 5) and (5, 1).
Options:
Correct Answer: 4
Solution:
Using the distance formula: d = √[(5 - 5)² + (1 - 5)²] = √[0 + 16] = √16 = 4.