OCR D2 Specimen — Question 1 9 marks

Exam BoardOCR
ModuleD2 (Decision Mathematics 2)
SessionSpecimen
Marks9
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicMatchings and Allocation
TypeMaximum matching algorithm application
DifficultyModerate -0.8 This is a standard textbook application of maximum matching in bipartite graphs with explicit step-by-step instructions. Students are guided through drawing the graph, identifying an incomplete matching, and using alternating paths—all routine procedures in D2. The Hungarian algorithm part only requires filling in a table structure, not performing the algorithm. This is easier than average A-level maths as it tests algorithmic execution rather than mathematical reasoning or problem-solving.
Spec7.02a Graphs: vertices (nodes) and arcs (edges)7.02b Graph terminology: tree, simple, connected, simply connected7.02c Graph terminology: walk, trail, path, cycle, route7.04a Shortest path: Dijkstra's algorithm

1 [Answer this question on the insert provided.]
Six neighbours have decided to paint their houses in bright colours. They will each use a different colour.
  • Arthur wants to use lavender, orange or tangerine.
  • Bridget wants to use lavender, mauve or pink.
  • Carlos wants to use pink or scarlet.
  • Davinder wants to use mauve or pink.
  • Eric wants to use lavender or orange.
  • Ffion wants to use mauve.
Arthur chooses lavender, Bridget chooses mauve, Carlos chooses pink and Eric chooses orange. This leaves Davinder and Ffion with colours that they do not want.
  1. Draw a bipartite graph on the insert, showing which neighbours ( \(\mathrm { A } , \mathrm { B } , \mathrm { C } , \mathrm { D } , \mathrm { E } , \mathrm { F }\) ) want which colours (L, M, O, P, S, T). On a separate diagram on the insert, show the incomplete matching described above.
  2. By constructing alternating paths obtain the complete matching between the neighbours and the colours. Give your paths and show your matching on the insert.
  3. Fill in the table on the insert to show how the Hungarian algorithm could have been used to find the complete matching. (You do not need to carry out the Hungarian algorithm.)

I'm ready to clean up mark scheme content, but the text you've provided appears to be incomplete or corrupted. It shows only:
```
Question 1:
AnswerMarks Guidance
10 0
1
AnswerMarks
11
2
AnswerMarks
20
2
```
This doesn't contain:
- Marking annotations (M1, A1, B1, etc.)
- Clear marking points or criteria
- Unicode symbols to convert to LaTeX
Could you please provide the complete, original extracted mark scheme content? Once you share the full text, I'll clean it up according to your specifications.
I'm ready to clean up mark scheme content, but the text you've provided appears to be incomplete or corrupted. It shows only:

```
Question 1:
1 | 0 | 0
1
1 | 1
2
2 | 0
2
```

This doesn't contain:
- Marking annotations (M1, A1, B1, etc.)
- Clear marking points or criteria
- Unicode symbols to convert to LaTeX

Could you please provide the complete, original extracted mark scheme content? Once you share the full text, I'll clean it up according to your specifications.
1 [Answer this question on the insert provided.]\\
Six neighbours have decided to paint their houses in bright colours. They will each use a different colour.

\begin{itemize}
  \item Arthur wants to use lavender, orange or tangerine.
  \item Bridget wants to use lavender, mauve or pink.
  \item Carlos wants to use pink or scarlet.
  \item Davinder wants to use mauve or pink.
  \item Eric wants to use lavender or orange.
  \item Ffion wants to use mauve.
\end{itemize}

Arthur chooses lavender, Bridget chooses mauve, Carlos chooses pink and Eric chooses orange. This leaves Davinder and Ffion with colours that they do not want.\\
(i) Draw a bipartite graph on the insert, showing which neighbours ( $\mathrm { A } , \mathrm { B } , \mathrm { C } , \mathrm { D } , \mathrm { E } , \mathrm { F }$ ) want which colours (L, M, O, P, S, T). On a separate diagram on the insert, show the incomplete matching described above.\\
(ii) By constructing alternating paths obtain the complete matching between the neighbours and the colours. Give your paths and show your matching on the insert.\\
(iii) Fill in the table on the insert to show how the Hungarian algorithm could have been used to find the complete matching. (You do not need to carry out the Hungarian algorithm.)

\hfill \mbox{\textit{OCR D2  Q1 [9]}}