6.
\begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{57c75bde-811a-421c-899a-3689bdba6724-7_614_1264_239_402}
\captionsetup{labelformat=empty}
\caption{Figure 2}
\end{figure}
The staged, directed network in Figure 2 represents a series of roads connecting 11 towns, \(\mathrm { S } , \mathrm { A }\), B, C, D, E, F, G, H, J and T. The number on each arc shows the weight limit, in tonnes, for the corresponding road. Janet needs to drive a truck from S to T, passing through exactly three other towns. She needs to find the maximum weight of the truck that she can use.
- Write down the type of dynamic programming problem that Janet needs to solve.
- Use dynamic programming to complete the table in the answer book.
- Hence find the maximum weight of the truck Janet can use.
- Write down the route that Janet should take.
Janet intends to ask for the weight limit to be increased on one of the three roads leading directly into T. Janet wishes to maximise the weight of her truck.
- Determine which of the three roads she should choose and its new minimum weight limit.
- Write down the maximum weight of the truck she would be able to use and the new route she would take.