Question: In a coordinate plane, if the coordinates of points A and B are (2, 3) and (2, 7) respectively, what is the distance between points A and B?
Options:
Correct Answer: 4 units
Solution:
The distance between two points (x1, y1) and (x2, y2) is given by the formula √((x2 - x1)² + (y2 - y1)²). Here, distance = √((2 - 2)² + (7 - 3)²) = √(0 + 16) = 4 units.