Edexcel D1 2002 June — Question 4 10 marks

Exam BoardEdexcel
ModuleD1 (Decision Mathematics 1)
Year2002
SessionJune
Marks10
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicShortest Path
TypeRoute inspection starting and ending at same vertex
DifficultyModerate -0.3 Part (a) is a standard Dijkstra's algorithm application with clear instructions. Part (b) is a routine Chinese Postman problem on a network, requiring identification of odd vertices and pairing them optimally. Both are textbook algorithms with straightforward execution, though the multi-part structure and need to apply two different algorithms places it slightly below average difficulty for A-level.
Spec7.04a Shortest path: Dijkstra's algorithm7.04e Route inspection: Chinese postman, pairing odd nodes

  1. Use Dijkstra's algorithm to find the shortest route from \(A\) to \(I\). Show all necessary working in the boxes in the answer booklet and state your shortest route and its length.
    (5) The park warden wishes to check each of the paths to check for frost damage. She has to cycle along each path at least once, starting and finishing at \(A\).
    1. Use an appropriate algorithm to find which paths will be covered twice and state these paths.
    2. Find a route of minimum length.
    3. Find the total length of this shortest route.
      (5)

Question 4:
Part (a)
AnswerMarks Guidance
AnswerMarks Guidance
Dijkstra's algorithm applied correctly to network, working values and order of permanent labelling shownM1 A1 A1 Correct working values; Correct order of permanent labelling
(3)
Part (b)
AnswerMarks Guidance
AnswerMarks Guidance
Shortest route \(ABFEHI\), length 22 kmB1 B1 (2)
Part (b)(i)
AnswerMarks Guidance
AnswerMarks Guidance
Odd vertices \(A\) and \(I\) only, shortest route between them needs to be repeated, hence repeatM1
\(AB, BF, FE, EH, HI\)A1
Part (b)(ii)
AnswerMarks Guidance
AnswerMarks Guidance
e.g. \(\underline{AB}\underline{FB}\underline{EF}GI\underline{FE}\underline{HI}\underline{HE}CDAC\underline{BA}\)A1 (3)
\(91 + 22 = 113\) kmM1 A1 (2)
(Marks 10)
# Question 4:

## Part (a)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Dijkstra's algorithm applied correctly to network, working values and order of permanent labelling shown | M1 A1 A1 | Correct working values; Correct order of permanent labelling |
| | **(3)** | |

## Part (b)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Shortest route $ABFEHI$, length 22 km | B1 B1 | **(2)** |

## Part (b)(i)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Odd vertices $A$ and $I$ only, shortest route between them needs to be repeated, hence repeat | M1 | |
| $AB, BF, FE, EH, HI$ | A1 | |

## Part (b)(ii)
| Answer | Marks | Guidance |
|--------|-------|----------|
| e.g. $\underline{AB}\underline{FB}\underline{EF}GI\underline{FE}\underline{HI}\underline{HE}CDAC\underline{BA}$ | A1 | **(3)** |
| $91 + 22 = 113$ km | M1 A1 | **(2)** |
| | **(Marks 10)** | |

---
\begin{enumerate}[label=(\alph*)]
\item Use Dijkstra's algorithm to find the shortest route from $A$ to $I$. Show all necessary working in the boxes in the answer booklet and state your shortest route and its length.\\
(5)

The park warden wishes to check each of the paths to check for frost damage. She has to cycle along each path at least once, starting and finishing at $A$.
\item \begin{enumerate}[label=(\roman*)]
\item Use an appropriate algorithm to find which paths will be covered twice and state these paths.
\item Find a route of minimum length.
\item Find the total length of this shortest route.\\
(5)
\end{enumerate}\end{enumerate}

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