Edexcel FD2 AS Specimen — Question 1 9 marks

Exam BoardEdexcel
ModuleFD2 AS (Further Decision 2 AS)
SessionSpecimen
Marks9
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 unequal sets setup (6 workers, 5 tasks). The question explicitly tells students to reduce rows first and requires showing tables at each stage, making it a methodical bookwork exercise. While it requires careful arithmetic and systematic application of the algorithm through multiple stages, it involves no problem-solving insight or novel thinking—just following a learned procedure with clear instructions.
Spec7.03k Sorting: quick sort

  1. Six workers, A, B, C, D, E and F, are to be assigned to five tasks, P, Q, R, S and T.
Each worker can be assigned to at most one task and each task must be done by just one worker. The time, in minutes, that each worker takes to complete each task is shown in the table below.
PQRST
A3232353433
B2835313740
C3529333635
D3630343335
E3031293736
F2928323134
Reducing rows first, use the Hungarian algorithm to obtain an allocation which minimises the total time. You must explain your method and show the table after each stage.

Question 1
AnswerMarks
B11.1b
Introducing a dummy task and appropriate value (cao)
AnswerMarks
M11.1b
Simplifying the initial matrix by reducing rows and then columns
AnswerMarks
A11.1b
Correct answer (cao)
AnswerMarks
M11.1b
Develop an improved solution – need to see:
- Double covered \(+e\)
- One uncovered \(-e\)
- One single covered unchanged
- 4 lines to 5 lines needed
AnswerMarks
A1ft1.1b
Follow through on previous table – no errors
AnswerMarks
M11.1b
Finding the optimal solution – need to see:
- One double covered \(+e\)
- One uncovered \(-e\)
- One single covered unchanged
- 5 lines needed to 6 lines needed (reaching optimal table)
AnswerMarks
A1ft1.1b
Follow through on previous table – no errors
AnswerMarks
A11.1b
Correct solution only (cso on final table – must have scored all previous marks)
AnswerMarks
A12.2a
Correct solution only – dependent on all M marks being awarded. Deduce the optimal allocation from the location of zeros in the table.
(9 marks)
# Question 1

**B1** | 1.1b
Introducing a dummy task and appropriate value (cao)

**M1** | 1.1b
Simplifying the initial matrix by reducing rows and then columns

**A1** | 1.1b
Correct answer (cao)

**M1** | 1.1b
Develop an improved solution – need to see:
- Double covered $+e$
- One uncovered $-e$
- One single covered unchanged
- 4 lines to 5 lines needed

**A1ft** | 1.1b
Follow through on previous table – no errors

**M1** | 1.1b
Finding the optimal solution – need to see:
- One double covered $+e$
- One uncovered $-e$
- One single covered unchanged
- 5 lines needed to 6 lines needed (reaching optimal table)

**A1ft** | 1.1b
Follow through on previous table – no errors

**A1** | 1.1b
Correct solution only (cso on final table – must have scored all previous marks)

**A1** | 2.2a
Correct solution only – dependent on all M marks being awarded. Deduce the optimal allocation from the location of zeros in the table.

**(9 marks)**
\begin{enumerate}
  \item Six workers, A, B, C, D, E and F, are to be assigned to five tasks, P, Q, R, S and T.
\end{enumerate}

Each worker can be assigned to at most one task and each task must be done by just one worker. The time, in minutes, that each worker takes to complete each task is shown in the table below.

\begin{center}
\begin{tabular}{|l|l|l|l|l|l|}
\hline
 & P & Q & R & S & T \\
\hline
A & 32 & 32 & 35 & 34 & 33 \\
\hline
B & 28 & 35 & 31 & 37 & 40 \\
\hline
C & 35 & 29 & 33 & 36 & 35 \\
\hline
D & 36 & 30 & 34 & 33 & 35 \\
\hline
E & 30 & 31 & 29 & 37 & 36 \\
\hline
F & 29 & 28 & 32 & 31 & 34 \\
\hline
\end{tabular}
\end{center}

Reducing rows first, use the Hungarian algorithm to obtain an allocation which minimises the total time. You must explain your method and show the table after each stage.\\

\hfill \mbox{\textit{Edexcel FD2 AS  Q1 [9]}}