In the coordinate plane, point A is located at (2, 3) and point B is located at (8, 7). What is the distance between points A and B?
To solve this problem, we can use the distance formula:
$$ d = ext{sqrt}((x_2 - x_1)^2 + (y_2 - y_1)^2) $$
Where $(x_1, y_1)$ are the coordinates of point A and $(x_2, y_2)$ are the coordinates of point B.