In the 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 with coordinates $(x_1, y_1)$ and $(x_2, y_2)$, you can use the distance formula given by:
$$d = ext{sqrt}((x_2 - x_1)^2 + (y_2 - y_1)^2)$$