AQA D1 2008 January — Question 4 12 marks

Exam BoardAQA
ModuleD1 (Decision Mathematics 1)
Year2008
SessionJanuary
Marks12
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicRoute Inspection
TypeCombined Dijkstra and route inspection
DifficultyStandard +0.3 This is a straightforward application of two standard D1 algorithms (Dijkstra's and Chinese Postman) with no novel problem-solving required. The question provides helpful information (total edge weights, D to H distance) and follows a typical textbook structure, making it slightly easier than average despite being multi-part.
Spec7.04a Shortest path: Dijkstra's algorithm7.04e Route inspection: Chinese postman, pairing odd nodes

4 [Figure 2, printed on the insert, is provided for use in this question.]
The network shows 11 towns. The times, in minutes, to travel between pairs of towns are indicated on the edges. \includegraphics[max width=\textwidth, alt={}, center]{92175666-ef7a-4dca-9cdb-ebde1b40b2c9-04_1762_1056_516_484} The total of all of the times is 308 minutes.
    1. Use Dijkstra's algorithm on Figure 2 to find the minimum time to travel from \(A\) to \(K\).
    2. State the corresponding route.
  1. Find the length of an optimum Chinese postman route around the network, starting and finishing at \(A\). (The minimum time to travel from \(D\) to \(H\) is 40 minutes.)

Question 4:
Part (a)(i)
AnswerMarks Guidance
AnswerMarks Guidance
Dijkstra's algorithm applied (forward)M1 SCA (forward) / SCA (reverse)
3 values at \(F\) correctm1 2 or 3 values at \(F\)
2 values at \(I\) correctm1 1 or 2 values at \(C\)
3 values at \(J\) correctm1 2 values at \(A\)
All correctA1
Value \(46\) at \(K\)B1
Total: 6
Part (a)(ii)
AnswerMarks Guidance
AnswerMarks Guidance
Route \(ABEIK\)B1 Allow \(KIEBA\)
Total: 1
Part (b)
AnswerMarks Guidance
AnswerMarks Guidance
Consider \(A, D, K, H\)B1 PI
\(AD+KH=27+30=57\)M1
\(AH+DK=20+20=40\)A2,1,0
\(AK+DH=46+40=86\)
Total: \(308+40=348\)B1
Total: 5
## Question 4:

### Part (a)(i)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Dijkstra's algorithm applied (forward) | M1 | SCA (forward) / SCA (reverse) |
| 3 values at $F$ correct | m1 | 2 or 3 values at $F$ |
| 2 values at $I$ correct | m1 | 1 or 2 values at $C$ |
| 3 values at $J$ correct | m1 | 2 values at $A$ |
| All correct | A1 | |
| Value $46$ at $K$ | B1 | |
| **Total: 6** | | |

### Part (a)(ii)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Route $ABEIK$ | B1 | Allow $KIEBA$ |
| **Total: 1** | | |

### Part (b)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Consider $A, D, K, H$ | B1 | PI |
| $AD+KH=27+30=57$ | M1 | |
| $AH+DK=20+20=40$ | A2,1,0 | |
| $AK+DH=46+40=86$ | | |
| Total: $308+40=348$ | B1 | |
| **Total: 5** | | |

---
4 [Figure 2, printed on the insert, is provided for use in this question.]\\
The network shows 11 towns. The times, in minutes, to travel between pairs of towns are indicated on the edges.\\
\includegraphics[max width=\textwidth, alt={}, center]{92175666-ef7a-4dca-9cdb-ebde1b40b2c9-04_1762_1056_516_484}

The total of all of the times is 308 minutes.
\begin{enumerate}[label=(\alph*)]
\item \begin{enumerate}[label=(\roman*)]
\item Use Dijkstra's algorithm on Figure 2 to find the minimum time to travel from $A$ to $K$.
\item State the corresponding route.
\end{enumerate}\item Find the length of an optimum Chinese postman route around the network, starting and finishing at $A$. (The minimum time to travel from $D$ to $H$ is 40 minutes.)
\end{enumerate}

\hfill \mbox{\textit{AQA D1 2008 Q4 [12]}}