OCR D2 Specimen — Question 2 9 marks

Exam BoardOCR
ModuleD2 (Decision Mathematics 2)
SessionSpecimen
Marks9
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicMatchings and Allocation
TypeHungarian algorithm with unequal sets
DifficultyModerate -0.3 This is a standard textbook application of the Hungarian algorithm with minimal complexity. Part (i) requires adding a dummy row to make the matrix square, then mechanically applying the algorithm—a routine procedure for D2 students. Part (ii) simply involves removing one row and re-applying the same algorithm. The question tests procedural fluency rather than problem-solving or insight, making it slightly easier than average A-level maths questions overall.
Spec7.04a Shortest path: Dijkstra's algorithm

2 A company has organised four regional training sessions to take place at the same time in four different cities. The company has to choose four of its five trainers, one to lead each session. The cost ( \(\pounds 1000\) 's) of using each trainer in each city is given in the table.
\multirow{7}{*}{Trainer}\multirow{2}{*}{}City
LondonGlasgowManchesterSwansea
Adam4324
Betty3542
Clive3633
Dave2643
Eleanor2534
  1. Convert this into a square matrix and then apply the Hungarian algorithm, reducing rows first, to allocate the trainers to the cities at minimum cost.
  2. Betty discovers that she is not available on the date set for the training. Find the new minimum cost allocation of trainers to cities.

AnswerMarks Guidance
I appreciate your request, but the content you've provided appears to be incomplete or unclear. The text "20 0\n1
Could you please provide the full extracted mark scheme content? Once you share the complete text with:
- The actual marking points
- The annotations (M1, A1, B1, DM1, etc.)
- Any mathematical symbols or notation that needs conversion
I'll be able to clean it up properly according to your specifications.
I appreciate your request, but the content you've provided appears to be incomplete or unclear. The text "2 | 0 | 0\n1 | 0\n2 | 0" doesn't appear to be a mark scheme with marking annotations (M1, A1, B1, etc.) or mathematical content that needs conversion to LaTeX.

Could you please provide the full extracted mark scheme content? Once you share the complete text with:
- The actual marking points
- The annotations (M1, A1, B1, DM1, etc.)
- Any mathematical symbols or notation that needs conversion

I'll be able to clean it up properly according to your specifications.
2 A company has organised four regional training sessions to take place at the same time in four different cities. The company has to choose four of its five trainers, one to lead each session. The cost ( $\pounds 1000$ 's) of using each trainer in each city is given in the table.

\begin{center}
\begin{tabular}{|l|l|l|l|l|l|}
\hline
\multirow{7}{*}{Trainer} & \multirow{2}{*}{} & \multicolumn{4}{|c|}{City} \\
\hline
 &  & London & Glasgow & Manchester & Swansea \\
\hline
 & Adam & 4 & 3 & 2 & 4 \\
\hline
 & Betty & 3 & 5 & 4 & 2 \\
\hline
 & Clive & 3 & 6 & 3 & 3 \\
\hline
 & Dave & 2 & 6 & 4 & 3 \\
\hline
 & Eleanor & 2 & 5 & 3 & 4 \\
\hline
\end{tabular}
\end{center}

(i) Convert this into a square matrix and then apply the Hungarian algorithm, reducing rows first, to allocate the trainers to the cities at minimum cost.\\
(ii) Betty discovers that she is not available on the date set for the training. Find the new minimum cost allocation of trainers to cities.

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