AQA D1 2006 January — Question 8 11 marks

Exam BoardAQA
ModuleD1 (Decision Mathematics 1)
Year2006
SessionJanuary
Marks11
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicTravelling Salesman
TypeAsymmetric Distance Matrix
DifficultyModerate -0.8 This is a standard D1 travelling salesman problem requiring straightforward application of the nearest neighbour algorithm and basic understanding of upper bounds. Parts (a) and (b) are trivial table lookups, part (c)(i) is mechanical algorithm application, and part (c)(iii) requires only systematic enumeration of a few routes with constraints. No novel insight or complex problem-solving is needed.
Spec7.04c Travelling salesman upper bound: nearest neighbour method

8 Salvadore is visiting six famous places in Barcelona: La Pedrera \(( L )\), Nou Camp \(( N )\), Olympic Village \(( O )\), Park Guell \(( P )\), Ramblas \(( R )\) and Sagrada Familia \(( S )\). Owing to the traffic system the time taken to travel between two places may vary according to the direction of travel. The table shows the times, in minutes, that it will take to travel between the six places.
\backslashbox{From}{To}La Pedrera ( \(L\) )Nou Camp (N)Olympic Village ( \(O\) )Park Guell (P)Ramblas (R)Sagrada Familia ( \(S\) )
La Pedrera \(( L )\)-3530303735
Nou Camp \(( N )\)25-20212540
Olympic Village ( \(O\) )1540-253029
Park Guell ( \(P\) )303525-3520
Ramblas ( \(R\) )20301725-25
Sagrada Familia ( \(S\) )2535292030-
  1. Find the total travelling time for:
    1. the route \(L N O L\);
    2. the route \(L O N L\).
  2. Give an example of a Hamiltonian cycle in the context of the above situation.
  3. Salvadore intends to travel from one place to another until he has visited all of the places before returning to his starting place.
    1. Show that, using the nearest neighbour algorithm starting from Sagrada Familia \(( S )\), the total travelling time for Salvadore is 145 minutes.
    2. Explain why your answer to part (c)(i) is an upper bound for the minimum travelling time for Salvadore.
    3. Salvadore starts from Sagrada Familia ( \(S\) ) and then visits Ramblas ( \(R\) ). Given that he visits Nou Camp \(( N )\) before Park Guell \(( P )\), find an improved upper bound for the total travelling time for Salvadore.

Question 8:
Part (a)(i):
\(L \quad N \quad O \quad L\)
AnswerMarks
\(35 \quad 20 \quad 15 \quad = 70\)B1 (1 mark)
Part (a)(ii):
\(L \quad O \quad N \quad L\)
AnswerMarks
\(35 \quad 40 \quad 25 \quad = 95\)B1 (1 mark)
Part (b):
AnswerMarks
Any cycleB1 (1 mark)
Part (c)(i):
\(S \quad P \quad O \quad L \quad N \quad R \quad S\)
AnswerMarks Guidance
\(20 \quad 25 \quad 15 \quad 35 \quad 25 \quad 25\)M1 Tour
M1, A1 (3 marks)Every vertex; All correct
Part (c)(ii):
AnswerMarks
Tour; May be improvedE1, E1 (2 marks)
Part (c)(iii):
\(S \quad R \quad O \quad L \quad N \quad P \quad S\)
\(30 \quad 17 \quad 15 \quad 35 \quad 21 \quad 20\)
AnswerMarks Guidance
\(= 138\)M1, A1, B1 (3 marks) Tour to every vertex with \(SR + N + P\); All correct
## Question 8:

**Part (a)(i):**
$L \quad N \quad O \quad L$
$35 \quad 20 \quad 15 \quad = 70$ | B1 (1 mark) |

**Part (a)(ii):**
$L \quad O \quad N \quad L$
$35 \quad 40 \quad 25 \quad = 95$ | B1 (1 mark) |

**Part (b):**
Any cycle | B1 (1 mark) |

**Part (c)(i):**
$S \quad P \quad O \quad L \quad N \quad R \quad S$
$20 \quad 25 \quad 15 \quad 35 \quad 25 \quad 25$ | M1 | Tour
| M1, A1 (3 marks) | Every vertex; All correct

**Part (c)(ii):**
Tour; May be improved | E1, E1 (2 marks) |

**Part (c)(iii):**
$S \quad R \quad O \quad L \quad N \quad P \quad S$
$30 \quad 17 \quad 15 \quad 35 \quad 21 \quad 20$
$= 138$ | M1, A1, B1 (3 marks) | Tour to every vertex with $SR + N + P$; All correct

---
8 Salvadore is visiting six famous places in Barcelona: La Pedrera $( L )$, Nou Camp $( N )$, Olympic Village $( O )$, Park Guell $( P )$, Ramblas $( R )$ and Sagrada Familia $( S )$. Owing to the traffic system the time taken to travel between two places may vary according to the direction of travel.

The table shows the times, in minutes, that it will take to travel between the six places.

\begin{center}
\begin{tabular}{|l|l|l|l|l|l|l|}
\hline
\backslashbox{From}{To} & La Pedrera ( $L$ ) & Nou Camp (N) & Olympic Village ( $O$ ) & Park Guell (P) & Ramblas (R) & Sagrada Familia ( $S$ ) \\
\hline
La Pedrera $( L )$ & - & 35 & 30 & 30 & 37 & 35 \\
\hline
Nou Camp $( N )$ & 25 & - & 20 & 21 & 25 & 40 \\
\hline
Olympic Village ( $O$ ) & 15 & 40 & - & 25 & 30 & 29 \\
\hline
Park Guell ( $P$ ) & 30 & 35 & 25 & - & 35 & 20 \\
\hline
Ramblas ( $R$ ) & 20 & 30 & 17 & 25 & - & 25 \\
\hline
Sagrada Familia ( $S$ ) & 25 & 35 & 29 & 20 & 30 & - \\
\hline
\end{tabular}
\end{center}
\begin{enumerate}[label=(\alph*)]
\item Find the total travelling time for:
\begin{enumerate}[label=(\roman*)]
\item the route $L N O L$;
\item the route $L O N L$.
\end{enumerate}\item Give an example of a Hamiltonian cycle in the context of the above situation.
\item Salvadore intends to travel from one place to another until he has visited all of the places before returning to his starting place.
\begin{enumerate}[label=(\roman*)]
\item Show that, using the nearest neighbour algorithm starting from Sagrada Familia $( S )$, the total travelling time for Salvadore is 145 minutes.
\item Explain why your answer to part (c)(i) is an upper bound for the minimum travelling time for Salvadore.
\item Salvadore starts from Sagrada Familia ( $S$ ) and then visits Ramblas ( $R$ ). Given that he visits Nou Camp $( N )$ before Park Guell $( P )$, find an improved upper bound for the total travelling time for Salvadore.
\end{enumerate}\end{enumerate}

\hfill \mbox{\textit{AQA D1 2006 Q8 [11]}}