Question: What is the length of the line segment connecting the points (1, 2) and (4, 6)?
Options:
Correct Answer: 5.0
Solution:
Using the distance formula: d = √((4 - 1)² + (6 - 2)²) = √(9 + 16) = √25 = 5.0.