Edexcel D2 2010 June — Question 2 10 marks

Exam BoardEdexcel
ModuleD2 (Decision Mathematics 2)
Year2010
SessionJune
Marks10
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicMatchings and Allocation
TypeHungarian algorithm with restrictions
DifficultyModerate -0.3 This is a standard Hungarian algorithm application with one simple restriction (Jess cannot do task 4). The algorithm is mechanical and well-practiced in D2, requiring row/column reduction and covering zeros. The restriction is trivial to handle (treating as impossible). While multi-step, it's a routine textbook exercise with no problem-solving insight needed, making it slightly easier than average.
Spec7.07a Simplex tableau: initial setup in standard format

2. A team of four workers, Harry, Jess, Louis and Saul, are to be assigned to four tasks, 1, 2, 3 and 4. Each worker must be assigned to one task and each task must be done by just one worker. Jess cannot be assigned to task 4.
The amount, in pounds, that each person would earn while assigned to each task is shown in the table below.
1234
Harry18242217
Jess202519-
Louis25242722
Saul19262314
  1. Reducing rows first, use the Hungarian algorithm to obtain an allocation that maximises the total amount earned by the team. You must make your method clear and show the table after each stage.
  2. State who should be assigned to each task and the total amount earned by the team.

Question 2:
Part (a)
AnswerMarks
Subtracting from some \(n \geq 27\), condone up to two errorsM1
Dealing with (Jess, 4) entryM1
Reducing rows then columnsM1
cao (pick up (J,4) value here)A1
Double covered \(+e\); one uncovered \(-e\); one single covered unchanged. 2 lines needed to 3 lines neededM1
ft correct – no errorsA1ft
Double covered \(+e\); one uncovered \(-e\); one single covered unchanged. 3 line to 4 line solutionM1
correct – no errorsA1
Part (a) Special case (Minimises):
AnswerMarks
Row reduction shownM1
\[\begin{bmatrix}1&7&5&0\\1&6&0&41\\3&2&5&0\\5&12&9&0\end{bmatrix}\]
Column reductions giving:
AnswerMarks Guidance
\[\begin{bmatrix}0^*&5&5&0\\0&4&0^*&41\\2&0^*&5&0\\4&10&9&0^*\end{bmatrix}\]M1, A1
Solution: Harry \(-1\), Jess \(-3\), Louis \(-2\), Saul \(-4\)M1
Total £75A1 Maximum 5 marks
Part (b)
AnswerMarks
A complete, correct solutionM1
caoA1
# Question 2:

## Part (a)
Subtracting from some $n \geq 27$, condone up to two errors | M1 |
Dealing with (Jess, 4) entry | M1 |
Reducing rows then columns | M1 |
cao (pick up (J,4) value here) | A1 |
Double covered $+e$; one uncovered $-e$; one single covered unchanged. 2 lines needed to 3 lines needed | M1 |
ft correct – no errors | A1ft |
Double covered $+e$; one uncovered $-e$; one single covered unchanged. 3 line to 4 line solution | M1 |
correct – no errors | A1 |

## Part (a) Special case (Minimises):
Row reduction shown | M1 |
$$\begin{bmatrix}1&7&5&0\\1&6&0&41\\3&2&5&0\\5&12&9&0\end{bmatrix}$$ | |
Column reductions giving:
$$\begin{bmatrix}0^*&5&5&0\\0&4&0^*&41\\2&0^*&5&0\\4&10&9&0^*\end{bmatrix}$$ | M1, A1 |
Solution: Harry $-1$, Jess $-3$, Louis $-2$, Saul $-4$ | M1 |
Total £75 | A1 | **Maximum 5 marks**

## Part (b)
A complete, correct solution | M1 |
cao | A1 |

---
2. A team of four workers, Harry, Jess, Louis and Saul, are to be assigned to four tasks, 1, 2, 3 and 4. Each worker must be assigned to one task and each task must be done by just one worker.

Jess cannot be assigned to task 4.\\
The amount, in pounds, that each person would earn while assigned to each task is shown in the table below.

\begin{center}
\begin{tabular}{ | c | c | c | c | c | }
\hline
 & 1 & 2 & 3 & 4 \\
\hline
Harry & 18 & 24 & 22 & 17 \\
\hline
Jess & 20 & 25 & 19 & - \\
\hline
Louis & 25 & 24 & 27 & 22 \\
\hline
Saul & 19 & 26 & 23 & 14 \\
\hline
\end{tabular}
\end{center}
\begin{enumerate}[label=(\alph*)]
\item Reducing rows first, use the Hungarian algorithm to obtain an allocation that maximises the total amount earned by the team. You must make your method clear and show the table after each stage.
\item State who should be assigned to each task and the total amount earned by the team.
\end{enumerate}

\hfill \mbox{\textit{Edexcel D2 2010 Q2 [10]}}