AQA D2 2008 January — Question 2 11 marks

Exam BoardAQA
ModuleD2 (Decision Mathematics 2)
Year2008
SessionJanuary
Marks11
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicMatchings and Allocation
TypeHungarian algorithm with unequal sets
DifficultyStandard +0.3 This is a straightforward application of the Hungarian algorithm with a standard modification (adding a dummy row for unequal sets). The algorithm itself is mechanical once learned, and part (c) requires only checking if the new value improves the existing solution. While it's a multi-part question worth reasonable marks, it demands no novel insight—just careful execution of a taught procedure, making it slightly easier than average.
Spec7.04a Shortest path: Dijkstra's algorithm

2 The following table shows the times taken, in minutes, by five people, Ash, Bob, Col, Dan and Emma, to carry out the tasks 1, 2, 3 and 4 . Dan cannot do task 3.
AshBobColDanEmma
Task 11410121214
Task 21113101212
Task 3131112**12
Task 41310121315
Each of the four tasks is to be given to a different one of the five people so that the overall time for the four tasks is minimised.
  1. Modify the table of values by adding an extra row of non-zero values so that the Hungarian algorithm can be applied.
  2. Use the Hungarian algorithm, reducing columns first then rows, to decide which four people should be allocated to which task. State the minimum total time for the four tasks using this matching.
  3. After special training, Dan is able to complete task 3 in 12 minutes. Determine, giving a reason, whether the minimum total time found in part (b) could be improved.
    (2 marks)

I appreciate you sharing this content, but the extracted text appears to be corrupted or severely damaged. The material shows:
- Fragmented letters (F, H, T, I, G)
- Incomplete notation "(cid:1)2þ5 ¼ 3"
AnswerMarks
- Unclear structure with "T4" and "I"
I cannot reliably convert this to a proper mark scheme because the source content is not legible enough to determine:
- What the actual mathematical notation should be
- Which marks correspond to which points
- What the marking annotations (M1, A1, etc.) refer to
- The logical structure of the mark scheme
Could you please provide:
1. A clearer/higher quality scan of the original document, or
2. The original digital text file, or
3. A re-typed version of Question 2's mark scheme?
Once you provide clearer source material, I'll be happy to format it with proper LaTeX notation and clear marking structure.
I appreciate you sharing this content, but the extracted text appears to be corrupted or severely damaged. The material shows:

- Fragmented letters (F, H, T, I, G)
- Incomplete notation "(cid:1)2þ5 ¼ 3"
- Unclear structure with "T | 4" and "I"

**I cannot reliably convert this to a proper mark scheme because the source content is not legible enough to determine:**
- What the actual mathematical notation should be
- Which marks correspond to which points
- What the marking annotations (M1, A1, etc.) refer to
- The logical structure of the mark scheme

**Could you please provide:**
1. A clearer/higher quality scan of the original document, or
2. The original digital text file, or
3. A re-typed version of Question 2's mark scheme?

Once you provide clearer source material, I'll be happy to format it with proper LaTeX notation and clear marking structure.
2 The following table shows the times taken, in minutes, by five people, Ash, Bob, Col, Dan and Emma, to carry out the tasks 1, 2, 3 and 4 . Dan cannot do task 3.

\begin{center}
\begin{tabular}{|l|l|l|l|l|l|}
\hline
 & Ash & Bob & Col & Dan & Emma \\
\hline
Task 1 & 14 & 10 & 12 & 12 & 14 \\
\hline
Task 2 & 11 & 13 & 10 & 12 & 12 \\
\hline
Task 3 & 13 & 11 & 12 & ** & 12 \\
\hline
Task 4 & 13 & 10 & 12 & 13 & 15 \\
\hline
\end{tabular}
\end{center}

Each of the four tasks is to be given to a different one of the five people so that the overall time for the four tasks is minimised.
\begin{enumerate}[label=(\alph*)]
\item Modify the table of values by adding an extra row of non-zero values so that the Hungarian algorithm can be applied.
\item Use the Hungarian algorithm, reducing columns first then rows, to decide which four people should be allocated to which task. State the minimum total time for the four tasks using this matching.
\item After special training, Dan is able to complete task 3 in 12 minutes. Determine, giving a reason, whether the minimum total time found in part (b) could be improved.\\
(2 marks)
\end{enumerate}

\hfill \mbox{\textit{AQA D2 2008 Q2 [11]}}