Edexcel D1 2002 January — Question 4 8 marks

Exam BoardEdexcel
ModuleD1 (Decision Mathematics 1)
Year2002
SessionJanuary
Marks8
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicShortest Path
TypeBasic Dijkstra's algorithm application
DifficultyModerate -0.8 This is a straightforward application of Dijkstra's algorithm, a standard D1 topic requiring methodical execution of a learned procedure rather than problem-solving. Part (b) requires only observation of the completed table. The 7 marks reflect the mechanical steps involved, not conceptual difficulty.
Spec7.04a Shortest path: Dijkstra's algorithm

\includegraphics{figure_1} Figure 1 shows a network of roads. Erica wishes to travel from \(A\) to \(L\) as quickly as possible. The number on each edge gives the time, in minutes, to travel along that road.
  1. Use Dijkstra's algorithm to find a quickest route from \(A\) to \(L\). Complete all the boxes on the answer sheet and explain clearly how you determined the quickest route from your labelling. [7]
  2. Show that there is another route which also takes the minimum time [1]

(a)
AnswerMarks
M1 (Dijkstra)
A1
A1, (4)
(b)
AnswerMarks
Traceback. Include or xy if y is already on the path end weight on xy + final label of y - final label of x or a detailed account for the question. Path is (AEFGHL) of length 13 or (AEIJKL)B2, I, O
A1
State other pathB1, (4)
## (a)
| M1 (Dijkstra) |
| A1 |
| A1, (4) |

## (b)
Traceback. Include or xy if y is already on the path end weight on xy + final label of y - final label of x or a detailed account for the question. Path is (AEFGHL) of length 13 or (AEIJKL) | B2, I, O |
| A1 |

State other path | B1, (4) |

---
\includegraphics{figure_1}

Figure 1 shows a network of roads. Erica wishes to travel from $A$ to $L$ as quickly as possible. The number on each edge gives the time, in minutes, to travel along that road.

\begin{enumerate}[label=(\alph*)]
\item Use Dijkstra's algorithm to find a quickest route from $A$ to $L$. Complete all the boxes on the answer sheet and explain clearly how you determined the quickest route from your labelling. [7]
\item Show that there is another route which also takes the minimum time [1]
\end{enumerate}

\hfill \mbox{\textit{Edexcel D1 2002 Q4 [8]}}