AQA D1 — Question 5

Exam BoardAQA
ModuleD1 (Decision Mathematics 1)
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicShortest Path
TypeBasic Dijkstra's algorithm application
DifficultyModerate -0.8 This is a straightforward application of Dijkstra's algorithm with clear instructions and a provided diagram. It requires mechanical execution of a standard algorithm with no problem-solving insight or novel thinking—students simply follow the procedure they've learned. The 6 marks reflect the working steps rather than conceptual difficulty, making this easier than average for A-level.
Spec7.04a Shortest path: Dijkstra's algorithm

5 [Figure 1, printed on the insert, is provided for use in this question.]
The network shows the times, in minutes, to travel between 10 towns. \includegraphics[max width=\textwidth, alt={}, center]{194d16e0-8e05-45c0-8948-99808440ed2a-006_412_1561_568_233}
  1. Use Dijkstra's algorithm on Figure 1 to find the minimum time to travel from \(A\) to \(J\).
    (6 marks)
  2. State the corresponding route.
    (1 mark)

Question 5:
Part (a):
AnswerMarks Guidance
AnswerMark Guidance
Identify odd verticesB1 States odd vertices (need to find which vertices are odd degree)
Consider pairings of odd vertices and find shortest connectionM1 Correct method for finding repeated edges
Optimal pairing identified with correct totalA1 Correct pairing chosen
Total = \(1400 +\) (repeated edges)M1 Adding repeated path to total
Correct final answerA1
Part (b)(i):
AnswerMarks Guidance
AnswerMark Guidance
States correct number of times through \(C\)B1 ft from optimal route found in (a)
Part (b)(ii):
AnswerMarks Guidance
AnswerMark Guidance
States correct number of times through \(D\)B1 ft from optimal route found in (a)
# Question 5:

## Part (a):

| Answer | Mark | Guidance |
|--------|------|----------|
| Identify odd vertices | B1 | States odd vertices (need to find which vertices are odd degree) |
| Consider pairings of odd vertices and find shortest connection | M1 | Correct method for finding repeated edges |
| Optimal pairing identified with correct total | A1 | Correct pairing chosen |
| Total = $1400 +$ (repeated edges) | M1 | Adding repeated path to total |
| Correct final answer | A1 | |

## Part (b)(i):

| Answer | Mark | Guidance |
|--------|------|----------|
| States correct number of times through $C$ | B1 | ft from optimal route found in (a) |

## Part (b)(ii):

| Answer | Mark | Guidance |
|--------|------|----------|
| States correct number of times through $D$ | B1 | ft from optimal route found in (a) |

---
5 [Figure 1, printed on the insert, is provided for use in this question.]\\
The network shows the times, in minutes, to travel between 10 towns.\\
\includegraphics[max width=\textwidth, alt={}, center]{194d16e0-8e05-45c0-8948-99808440ed2a-006_412_1561_568_233}
\begin{enumerate}[label=(\alph*)]
\item Use Dijkstra's algorithm on Figure 1 to find the minimum time to travel from $A$ to $J$.\\
(6 marks)
\item State the corresponding route.\\
(1 mark)
\end{enumerate}

\hfill \mbox{\textit{AQA D1  Q5}}