Question: What is the length of the line segment connecting the points (1, 2) and (1, 5)?
Options:
Correct Answer: 3
Solution:
Since the x-coordinates are the same, the distance is the difference in y-coordinates: d = |y2 - y1| = |5 - 2| = 3.