The diagram represents a map of seven locations (A to G) and the direct road distances (km) between some of them.
\includegraphics{figure_3}
A delivery driver needs to start from his depot at D, make deliveries at each of A, B, F and G, and finish at D.
- Write down a route from A to G of length 70 km. [1]
The table shows the length of the shortest path between some pairs of places.
- Complete the table.
- Use the nearest neighbour method on the table, starting at D, to find the length of a cycle through D, A, B, F and G, ignoring possibly repeating E and C. [4]
- By first considering the table with the row and column for D removed, find a lower bound for the distance that the driver must travel. [2]
- What can you conclude from your previous answers about the distance that the driver must travel? [1]
A new road is constructed between D and F. Using this road the driver starts from D, makes the deliveries and returns to D having travelled just 172 km.
- Find the length of the new road if
- the driver does not return to D until all the deliveries have been made,
- the driver uses the new road twice in making the deliveries. [4]