To find the length between landmarks B (Washington Monument) and F (National Gallery of Art), we will use the distance formula.
The coordinates for points B and F are:
- B: (5, 9)
- F: (14, 8)
Using the distance formula: \[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \] where \((x_1, y_1)\) are the coordinates of point B and \((x_2, y_2)\) are the coordinates of point F.
Substituting in the coordinates: \[ d = \sqrt{(14 - 5)^2 + (8 - 9)^2} \] \[ d = \sqrt{(9)^2 + (-1)^2} \] \[ d = \sqrt{81 + 1} \] \[ d = \sqrt{82} \] \[ d \approx 9.06 \]
Therefore, the length between landmark B and landmark F is approximately 9.06 units.