Question: What is the distance between the points (2, 3) and (5, 7) in a coordinate plane?
Options:
Correct Answer: 5
Solution:
Distance = √((x2 - x1)² + (y2 - y1)²) = √((5 - 2)² + (7 - 3)²) = √(3² + 4²) = √(9 + 16) = √25 = 5.