AQA D1 2012 January — Question 4 6 marks

Exam BoardAQA
ModuleD1 (Decision Mathematics 1)
Year2012
SessionJanuary
Marks6
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicRoute Inspection
TypeCount vertex occurrences in route
DifficultyStandard +0.3 This is a standard Chinese Postman Problem application requiring identification of odd-degree vertices, pairing them optimally, and counting vertex occurrences. While it involves multiple steps, the algorithm is routine for D1 students and the vertex counting in part (b) is straightforward once the repeated edges are identified. Slightly above average due to the network size and need for systematic working.
Spec7.04e Route inspection: Chinese postman, pairing odd nodes

4 The following network shows the times, in minutes, taken by a policeman to walk along roads connecting 12 places, \(A , B , \ldots , L\), on his beat. Each day, the policeman has to walk along each road at least once, starting and finishing at \(A\). \includegraphics[max width=\textwidth, alt={}, center]{5a414265-6273-41c5-ad5f-f6316bd774d0-08_1141_1313_461_360} The total of all the times in the network is 224 minutes.
  1. Find the length of an optimal Chinese postman route for the policeman.
  2. State the number of times that the vertex \(J\) would appear in a route corresponding to the length found in part (a).

Question 4:
Part (a):
AnswerMarks Guidance
AnswerMark Guidance
Identify odd verticesB1 Vertices with odd degree must be identified
List pairings of odd vertices and find shortest path for each pairingM1 Must consider all possible pairings
Correct shortest path values stated for pairingsA1
Identify minimum extra and add to 224M1
Correct optimal route length = \(224 + \text{repeat}\) minutesA1 cao
Part (b):
AnswerMarks Guidance
AnswerMark Guidance
Correct number of times \(J\) appears stated (e.g. 3 times)B1 Follow through from part (a)
## Question 4:

### Part (a):

| Answer | Mark | Guidance |
|--------|------|----------|
| Identify odd vertices | B1 | Vertices with odd degree must be identified |
| List pairings of odd vertices and find shortest path for each pairing | M1 | Must consider all possible pairings |
| Correct shortest path values stated for pairings | A1 | |
| Identify minimum extra and add to 224 | M1 | |
| Correct optimal route length = $224 + \text{repeat}$ minutes | A1 | cao |

### Part (b):

| Answer | Mark | Guidance |
|--------|------|----------|
| Correct number of times $J$ appears stated (e.g. 3 times) | B1 | Follow through from part (a) |

---
4 The following network shows the times, in minutes, taken by a policeman to walk along roads connecting 12 places, $A , B , \ldots , L$, on his beat. Each day, the policeman has to walk along each road at least once, starting and finishing at $A$.\\
\includegraphics[max width=\textwidth, alt={}, center]{5a414265-6273-41c5-ad5f-f6316bd774d0-08_1141_1313_461_360}

The total of all the times in the network is 224 minutes.
\begin{enumerate}[label=(\alph*)]
\item Find the length of an optimal Chinese postman route for the policeman.
\item State the number of times that the vertex $J$ would appear in a route corresponding to the length found in part (a).
\end{enumerate}

\hfill \mbox{\textit{AQA D1 2012 Q4 [6]}}