Question: In a coordinate plane, what is the distance between the points (3, 4) and (7, 1)?
Options:
Correct Answer: 5 units
Solution:
The distance between two points (x1, y1) and (x2, y2) is given by the formula √((x2 - x1)² + (y2 - y1)²). Thus, distance = √((7 - 3)² + (1 - 4)²) = √(16 + 9) = √25 = 5 units.