Find the length between landmark B and F. Round the answer to the nearest hundredth, if necessary.

B=9,5 F=8,13

wrong

To find the length between landmarks B and F, use the distance formula:

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

Given B = (9,5) and F = (8,13), substitute these values into the formula:

d = √((8 - 9)^2 + (13 - 5)^2)
= √((-1)^2 + 8^2)
= √(1 + 64)
= √65

Rounded to the nearest hundredth, the length between landmark B and F is approximately 8.06.