To find the distance between points B and F using the Pythagorean theorem, we first determine the coordinates of points B and F:
- Point B: (5, 9)
- Point F: (14, 8)
Next, we can use the formula for the distance \( d \) between two points \( (x_1, y_1) \) and \( (x_2, y_2) \):
\[ d = \sqrt{{(x_2 - x_1)}^2 + {(y_2 - y_1)}^2} \]
Substituting in the coordinates for B and F:
- \( x_1 = 5 \)
- \( y_1 = 9 \)
- \( x_2 = 14 \)
- \( y_2 = 8 \)
Calculating the differences:
\[ d = \sqrt{{(14 - 5)}^2 + {(8 - 9)}^2} \] \[ = \sqrt{{(9)}^2 + {(-1)}^2} \] \[ = \sqrt{81 + 1} \] \[ = \sqrt{82} \]
Now calculate \( \sqrt{82} \):
\[ \sqrt{82} \approx 9.055 \]
Rounding this to the nearest hundredth:
\[ d \approx 9.06 \]
Thus, the length between landmark B and F is approximately 9.06 units.