In a coordinate plane, point A is located at (2, 3) and point B is located at (2, 7). What is the distance between points A and B?
To find the distance between two points in a coordinate plane, you can use the distance formula:
$$d = ext{abs}(y_2 - y_1)$$
where $A(x_1, y_1)$ and $B(x_2, y_2)$ are the coordinates of the points.