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