Question: If the coordinates of point A are (2, 3) and point B are (5, 7), what is the distance between points A and B?
Options:
Correct Answer: 5 units
Solution:
Using the distance formula, d = √[(x2 - x1)² + (y2 - y1)²] = √[(5 - 2)² + (7 - 3)²] = √[3² + 4²] = √25 = 5 units.