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