AQA D1 2013 January — Question 6 10 marks

Exam BoardAQA
ModuleD1 (Decision Mathematics 1)
Year2013
SessionJanuary
Marks10
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicShortest Path
TypeBasic Dijkstra's algorithm application
DifficultyEasy -1.2 This is a straightforward application of Dijkstra's algorithm, a standard D1 topic with a mechanical procedure. Part (a) requires only executing the algorithm correctly on a small network, while part (b) adds a simple time calculation. No problem-solving insight is needed—just routine application of a learned algorithm.
Spec7.04a Shortest path: Dijkstra's algorithm

6 The network opposite shows some roads connecting towns. The number on each edge represents the length, in miles, of the road connecting a pair of towns.
    1. Use Dijkstra's algorithm on the network to find the minimum distance from \(A\) to \(J\).
    2. Write down the corresponding route.
  1. The road \(A J\) is a dual carriageway. Ken drives at 60 miles per hour on this road and drives at 50 miles per hour on all other roads. Find the minimum time to travel from \(A\) to \(J\).
    \includegraphics[max width=\textwidth, alt={}]{d666b2d9-cb14-4d29-a842-8c87f1b25dbd-15_2487_1714_221_152}

Question 6:
Part (a)(i) and (ii) — Dijkstra's Algorithm
AnswerMarks Guidance
AnswerMarks Guidance
Correct working values applied at each nodeM1
Correct order of labelling shownM1
All permanent labels correctA3 Lose one A mark per error
Minimum distance \(= 29\) milesA1
Route: \(A\)–\(C\)–\(B\)–\(E\)–\(H\)–\(J\)A1 (ii) correct route stated
Part (b)
AnswerMarks Guidance
AnswerMarks Guidance
Time on \(AJ\) direct: \(\frac{35}{60}\) hoursM1 Or other route time calculated correctly
Shortest distance route time: \(\frac{29}{50}\) hoursM1 Using \(\text{time} = \frac{\text{distance}}{\text{speed}}\)
Minimum time \(= 34.8\) minutes (or \(0.58\) hours)A1 Accept equivalent forms
# Question 6:

## Part (a)(i) and (ii) — Dijkstra's Algorithm
| Answer | Marks | Guidance |
|--------|-------|----------|
| Correct working values applied at each node | M1 | |
| Correct order of labelling shown | M1 | |
| All permanent labels correct | A3 | Lose one A mark per error |
| Minimum distance $= 29$ miles | A1 | |
| Route: $A$–$C$–$B$–$E$–$H$–$J$ | A1 | (ii) correct route stated |

## Part (b)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Time on $AJ$ direct: $\frac{35}{60}$ hours | M1 | Or other route time calculated correctly |
| Shortest distance route time: $\frac{29}{50}$ hours | M1 | Using $\text{time} = \frac{\text{distance}}{\text{speed}}$ |
| Minimum time $= 34.8$ minutes (or $0.58$ hours) | A1 | Accept equivalent forms |

---
6 The network opposite shows some roads connecting towns. The number on each edge represents the length, in miles, of the road connecting a pair of towns.
\begin{enumerate}[label=(\alph*)]
\item \begin{enumerate}[label=(\roman*)]
\item Use Dijkstra's algorithm on the network to find the minimum distance from $A$ to $J$.
\item Write down the corresponding route.
\end{enumerate}\item The road $A J$ is a dual carriageway. Ken drives at 60 miles per hour on this road and drives at 50 miles per hour on all other roads.

Find the minimum time to travel from $A$ to $J$.

\begin{center}
\includegraphics[max width=\textwidth, alt={}]{d666b2d9-cb14-4d29-a842-8c87f1b25dbd-15_2487_1714_221_152}
\end{center}
\end{enumerate}

\hfill \mbox{\textit{AQA D1 2013 Q6 [10]}}