find the distance between point a 5,8 and b 9,1

To find the distance between two points, we can use the distance formula. The distance formula is given by:

d = sqrt((x2 - x1)^2 + (y2 - y1)^2)

In this case, point A is given as (5, 8) and point B is given as (9, 1). Let's plug in these values into the distance formula:

d = sqrt((9 - 5)^2 + (1 - 8)^2)
= sqrt(4^2 + (-7)^2)
= sqrt(16 + 49)
= sqrt(65)

Therefore, the distance between point A (5, 8) and point B (9, 1) is sqrt(65) or approximately 8.062.