OCR D2 2010 June — Question 1 6 marks

Exam BoardOCR
ModuleD2 (Decision Mathematics 2)
Year2010
SessionJune
Marks6
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicMatchings and Allocation
TypeMaximum matching algorithm application
DifficultyModerate -0.8 This is a standard textbook application of the maximum matching algorithm with clear step-by-step instructions. The question guides students through drawing bipartite graphs, identifying an alternating path, and finding matchings—all routine procedures in D2. While it requires careful execution across multiple parts, it involves no novel problem-solving or insight beyond applying the taught algorithm.
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.02d Complete graphs: K_n and number of arcs7.02g Eulerian graphs: vertex degrees and traversability7.02h Hamiltonian paths: and cycles7.02i Ore's theorem: sufficient condition for Hamiltonian graphs7.02j Isomorphism: of graphs, degree sequences

1 The famous fictional detective Agatha Parrot is investigating a murder. She has identified six suspects: Mrs Lemon \(( L )\), Prof Mulberry \(( M )\), Mr Nutmeg \(( N )\), Miss Olive \(( O )\), Capt Peach \(( P )\) and Rev Quince \(( Q )\). The table shows the weapons that could have been used by each suspect.
Suspect
\(L\)M\(N\)\(O\)\(P\)\(Q\)
Axe handleA
Broomstick\(B\)
DrainpipeD
Fence post\(F\)
Golf club\(G\)
Hammer\(H\)
  1. Draw a bipartite graph to represent this information. Put the weapons on the left-hand side and the suspects on the right-hand side. Agatha Parrot is convinced that all six suspects were involved, and that each used a different weapon. She originally thinks that the axe handle was used by Prof Mulberry, the broomstick by Miss Olive, the drainpipe by Mrs Lemon, the fence post by Mr Nutmeg and the golf club by Capt Peach. However, this would leave the hammer for Rev Quince, which is not a possible pairing.
  2. Draw a second bipartite graph to show this incomplete matching.
  3. Construct the shortest possible alternating path from \(H\) to \(Q\) and hence find a complete matching. Write down which suspect used each weapon.
  4. Find a different complete matching in which none of the suspects used the same weapon as in the matching from part (iii).

1 The famous fictional detective Agatha Parrot is investigating a murder. She has identified six suspects: Mrs Lemon $( L )$, Prof Mulberry $( M )$, Mr Nutmeg $( N )$, Miss Olive $( O )$, Capt Peach $( P )$ and Rev Quince $( Q )$. The table shows the weapons that could have been used by each suspect.

\begin{center}
\begin{tabular}{|l|l|l|l|l|l|l|l|}
\hline
\multicolumn{8}{|c|}{Suspect} \\
\hline
 &  & $L$ & M & $N$ & $O$ & $P$ & $Q$ \\
\hline
Axe handle & A &  & ✓ & ✓ &  &  & ✓ \\
\hline
Broomstick & $B$ &  & ✓ &  & ✓ &  &  \\
\hline
Drainpipe & D & ✓ &  & ✓ &  &  &  \\
\hline
Fence post & $F$ &  &  & ✓ & ✓ &  &  \\
\hline
Golf club & $G$ & ✓ &  &  &  & ✓ & ✓ \\
\hline
Hammer & $H$ & ✓ &  &  & ✓ & ✓ &  \\
\hline
\end{tabular}
\end{center}

(i) Draw a bipartite graph to represent this information. Put the weapons on the left-hand side and the suspects on the right-hand side.

Agatha Parrot is convinced that all six suspects were involved, and that each used a different weapon. She originally thinks that the axe handle was used by Prof Mulberry, the broomstick by Miss Olive, the drainpipe by Mrs Lemon, the fence post by Mr Nutmeg and the golf club by Capt Peach. However, this would leave the hammer for Rev Quince, which is not a possible pairing.\\
(ii) Draw a second bipartite graph to show this incomplete matching.\\
(iii) Construct the shortest possible alternating path from $H$ to $Q$ and hence find a complete matching. Write down which suspect used each weapon.\\
(iv) Find a different complete matching in which none of the suspects used the same weapon as in the matching from part (iii).

\hfill \mbox{\textit{OCR D2 2010 Q1 [6]}}