Edexcel D2 2007 June — Question 1 11 marks

Exam BoardEdexcel
ModuleD2 (Decision Mathematics 2)
Year2007
SessionJune
Marks11
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicTravelling Salesman
TypeComplete Table by Inspection
DifficultyModerate -0.8 This is a routine D2 question requiring straightforward application of Floyd's algorithm (or inspection of a network diagram) to complete a distance table, followed by standard nearest neighbour and lower bound algorithms. The techniques are algorithmic and well-practiced, requiring minimal problem-solving insight—easier than average A-level maths questions.
Spec7.04c Travelling salesman upper bound: nearest neighbour method

  1. The network above shows the distances, in miles, between seven gift shops, \(A , B\), \(C , D , E , F\) and \(G\).
The area manager needs to visit each shop. She will start and finish at shop A and wishes to minimise the total distance travelled.
  1. By inspection, complete the two copies of the table of least distances below. \includegraphics[max width=\textwidth, alt={}, center]{0e86cb18-2c6e-49f1-b235-aa15eb83e260-1_666_1136_141_863}
    A\(B\)C\(D\)\(E\)\(F\)\(G\)
    A-15365323
    B-1738498049
    C1517-216232
    D363821-1142
    E4911-3161
    \(F\)5380624231-30
    \(G\)2349326130-
    (4)
    \(A\)\(B\)\(C\)\(D\)\(E\)\(F\)\(G\)
    \(A\)-15365323
    \(B\)-1738498049
    \(C\)1517-216232
    \(D\)363821-1142
    \(E\)4911-3161
    \(F\)5380624231-30
    \(G\)2349326130-
  2. Starting at A, and making your method clear, find an upper bound for the route length, using the nearest neighbour algorithm.
    (3)
  3. By deleting A, and all of its arcs, find a lower bound for the route length.
    (4) (Total 11 marks)

\begin{enumerate}
  \item The network above shows the distances, in miles, between seven gift shops, $A , B$, $C , D , E , F$ and $G$.
\end{enumerate}

The area manager needs to visit each shop. She will start and finish at shop A and wishes to minimise the total distance travelled.\\
(a) By inspection, complete the two copies of the table of least distances below.\\
\includegraphics[max width=\textwidth, alt={}, center]{0e86cb18-2c6e-49f1-b235-aa15eb83e260-1_666_1136_141_863}

\begin{center}
\begin{tabular}{|l|l|l|l|l|l|l|l|}
\hline
 & A & $B$ & C & $D$ & $E$ & $F$ & $G$ \\
\hline
A & - &  & 15 & 36 &  & 53 & 23 \\
\hline
B &  & - & 17 & 38 & 49 & 80 & 49 \\
\hline
C & 15 & 17 & - & 21 &  & 62 & 32 \\
\hline
D & 36 & 38 & 21 & - & 11 & 42 &  \\
\hline
E &  & 49 &  & 11 & - & 31 & 61 \\
\hline
$F$ & 53 & 80 & 62 & 42 & 31 & - & 30 \\
\hline
$G$ & 23 & 49 & 32 &  & 61 & 30 & - \\
\hline
\end{tabular}
\end{center}

(4)

\begin{center}
\begin{tabular}{ | c | c | c | c | c | c | c | c | }
\hline
 & $A$ & $B$ & $C$ & $D$ & $E$ & $F$ & $G$ \\
\hline
$A$ & - &  & 15 & 36 &  & 53 & 23 \\
\hline
$B$ &  & - & 17 & 38 & 49 & 80 & 49 \\
\hline
$C$ & 15 & 17 & - & 21 &  & 62 & 32 \\
\hline
$D$ & 36 & 38 & 21 & - & 11 & 42 &  \\
\hline
$E$ &  & 49 &  & 11 & - & 31 & 61 \\
\hline
$F$ & 53 & 80 & 62 & 42 & 31 & - & 30 \\
\hline
$G$ & 23 & 49 & 32 &  & 61 & 30 & - \\
\hline
\end{tabular}
\end{center}

(b) Starting at A, and making your method clear, find an upper bound for the route length, using the nearest neighbour algorithm.\\
(3)\\
(c) By deleting A, and all of its arcs, find a lower bound for the route length.\\
(4) (Total 11 marks)\\

\hfill \mbox{\textit{Edexcel D2 2007 Q1 [11]}}