Edexcel D2 — Question 1 7 marks

Exam BoardEdexcel
ModuleD2 (Decision Mathematics 2)
Marks7
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicLinear Programming
TypeTransportation problem formulation
DifficultyModerate -0.8 This is a standard textbook assignment problem requiring straightforward formulation of decision variables (binary variables for each gardener-task pair), a simple linear objective function (minimize total time), and routine constraints (each gardener assigned once, each task completed once). It involves direct translation from the problem statement with no problem-solving insight or computational work required.
Spec7.06a LP formulation: variables, constraints, objective function

  1. A team of gardeners is called in to attend to the grounds of a stately home. The three gardeners will each be assigned to one of three areas, the lawns, the hedgerows and the flower beds. The table below shows the estimated time, in hours, it will take each gardener to do each job.
\cline { 2 - 4 } \multicolumn{1}{c|}{}LawnsHedgerowsFlower Beds
Alan44.56
Beth345
Colin3.556
The team wishes to complete the tasks in the least total time.
Formulate this information as a linear programming problem.
  1. State your decision variables.
  2. Write down the objective function in terms of your decision variables.
  3. Write down the constraints and explain what each one represents.

Question 1:
Part (a)
AnswerMarks Guidance
Let \(x_{ij}\) = 1 if gardener \(i\) is assigned to job \(j\), 0 otherwise (where \(i \in \{A, B, C\}\), \(j \in \{L, H, F\}\))B1 B1 B1 for defining binary variables, B1 for full definition
Part (b)
AnswerMarks Guidance
Minimise \(P = 4x_{AL} + 4.5x_{AH} + 6x_{AF} + 3x_{BL} + 4x_{BH} + 5x_{BF} + 3.5x_{CL} + 5x_{CH} + 6x_{CF}\)M1 A1 M1 for attempt at objective function using their variables
Part (c)
AnswerMarks Guidance
\(x_{AL} + x_{AH} + x_{AF} = 1\) — Alan does exactly one jobB1
\(x_{BL} + x_{BH} + x_{BF} = 1\) — Beth does exactly one job; \(x_{CL} + x_{CH} + x_{CF} = 1\) — Colin does exactly one jobB1
\(x_{AL} + x_{BL} + x_{CL} = 1\), \(x_{AH} + x_{BH} + x_{CH} = 1\), \(x_{AF} + x_{BF} + x_{CF} = 1\) — each job done by exactly one gardenerB1 Award B1 for both row and column constraints explained
# Question 1:

## Part (a)
| Let $x_{ij}$ = 1 if gardener $i$ is assigned to job $j$, 0 otherwise (where $i \in \{A, B, C\}$, $j \in \{L, H, F\}$) | B1 B1 | B1 for defining binary variables, B1 for full definition |

## Part (b)
| Minimise $P = 4x_{AL} + 4.5x_{AH} + 6x_{AF} + 3x_{BL} + 4x_{BH} + 5x_{BF} + 3.5x_{CL} + 5x_{CH} + 6x_{CF}$ | M1 A1 | M1 for attempt at objective function using their variables |

## Part (c)
| $x_{AL} + x_{AH} + x_{AF} = 1$ — Alan does exactly one job | B1 | |
| $x_{BL} + x_{BH} + x_{BF} = 1$ — Beth does exactly one job; $x_{CL} + x_{CH} + x_{CF} = 1$ — Colin does exactly one job | B1 | |
| $x_{AL} + x_{BL} + x_{CL} = 1$, $x_{AH} + x_{BH} + x_{CH} = 1$, $x_{AF} + x_{BF} + x_{CF} = 1$ — each job done by exactly one gardener | B1 | Award B1 for both row and column constraints explained |

---
\begin{enumerate}
  \item A team of gardeners is called in to attend to the grounds of a stately home. The three gardeners will each be assigned to one of three areas, the lawns, the hedgerows and the flower beds. The table below shows the estimated time, in hours, it will take each gardener to do each job.
\end{enumerate}

\begin{center}
\begin{tabular}{ | c | c | c | c | }
\cline { 2 - 4 }
\multicolumn{1}{c|}{} & Lawns & Hedgerows & Flower Beds \\
\hline
Alan & 4 & 4.5 & 6 \\
\hline
Beth & 3 & 4 & 5 \\
\hline
Colin & 3.5 & 5 & 6 \\
\hline
\end{tabular}
\end{center}

The team wishes to complete the tasks in the least total time.\\
Formulate this information as a linear programming problem.\\
(a) State your decision variables.\\
(b) Write down the objective function in terms of your decision variables.\\
(c) Write down the constraints and explain what each one represents.\\

\hfill \mbox{\textit{Edexcel D2  Q1 [7]}}