Edexcel D2 — Question 1 6 marks

Exam BoardEdexcel
ModuleD2 (Decision Mathematics 2)
Marks6
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicTravelling Salesman
TypeComplete Table by Inspection
DifficultyModerate -0.8 This is a routine application of the nearest neighbour algorithm to a small network (5 vertices). Students must complete a distance table by inspection from a diagram, then mechanically apply a standard algorithm. The question requires careful bookkeeping but no problem-solving insight or novel reasoning—it's a textbook exercise testing procedural fluency in a D2 topic.
Spec7.02p Networks: weighted graphs, modelling connections7.04a Shortest path: Dijkstra's algorithm7.04c Travelling salesman upper bound: nearest neighbour method

  1. This question should be answered on the sheet provided.
\begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{e892e87c-1c2d-4f97-ac23-41e38663d0f0-02_485_995_285_477} \captionsetup{labelformat=empty} \caption{Fig. 1}
\end{figure} The network in Figure 1 shows the distances, in miles, between the five villages in which Sarah is planning to enquire about holiday work, with village \(A\) being Sarah's home village.
  1. Illustrate this situation as a complete network showing the shortest distances.
    (2 marks)
  2. Use the nearest neighbour algorithm, starting with \(A\), to find an upper bound to the length of a tour beginning and ending at \(A\).
    (2 marks)
  3. Interpret the tour found in part (b) in terms of the original network.
    (2 marks)

Question 1:
Part (a)
AnswerMarks Guidance
AnswerMarks Guidance
Complete network with 5 nodes, all shortest distances correctly shown: \(AB=5, AC=9, AD=16, AE=18, BC=8, BD=13, BE=11, CD=10, CE=12, DE=7\)M1 Method to find shortest distances
All values correctA1
Part (b)
AnswerMarks Guidance
AnswerMarks Guidance
\(A \to B\) (nearest unvisited, 5), \(B \to C\) (8), \(C \to D\) (10), \(D \to E\) (7), \(E \to A\) (18); Tour length \(= 5+8+10+7+18 = 48\)M1 Correct application of nearest neighbour from \(A\)
48 milesA1
Part (c)
AnswerMarks Guidance
AnswerMarks Guidance
Route interpreted using original network, e.g. \(A \to B \to C \to D \to E \to C \to A\) or similar valid interpretation showing actual roads usedM1 Correct interpretation attempt
Fully correct route statedA1
# Question 1:

## Part (a)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Complete network with 5 nodes, all shortest distances correctly shown: $AB=5, AC=9, AD=16, AE=18, BC=8, BD=13, BE=11, CD=10, CE=12, DE=7$ | M1 | Method to find shortest distances |
| All values correct | A1 | |

## Part (b)
| Answer | Marks | Guidance |
|--------|-------|----------|
| $A \to B$ (nearest unvisited, 5), $B \to C$ (8), $C \to D$ (10), $D \to E$ (7), $E \to A$ (18); Tour length $= 5+8+10+7+18 = 48$ | M1 | Correct application of nearest neighbour from $A$ |
| 48 miles | A1 | |

## Part (c)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Route interpreted using original network, e.g. $A \to B \to C \to D \to E \to C \to A$ or similar valid interpretation showing actual roads used | M1 | Correct interpretation attempt |
| Fully correct route stated | A1 | |

---
\begin{enumerate}
  \item This question should be answered on the sheet provided.
\end{enumerate}

\begin{figure}[h]
\begin{center}
  \includegraphics[alt={},max width=\textwidth]{e892e87c-1c2d-4f97-ac23-41e38663d0f0-02_485_995_285_477}
\captionsetup{labelformat=empty}
\caption{Fig. 1}
\end{center}
\end{figure}

The network in Figure 1 shows the distances, in miles, between the five villages in which Sarah is planning to enquire about holiday work, with village $A$ being Sarah's home village.\\
(a) Illustrate this situation as a complete network showing the shortest distances.\\
(2 marks)\\
(b) Use the nearest neighbour algorithm, starting with $A$, to find an upper bound to the length of a tour beginning and ending at $A$.\\
(2 marks)\\
(c) Interpret the tour found in part (b) in terms of the original network.\\
(2 marks)\\

\hfill \mbox{\textit{Edexcel D2  Q1 [6]}}