Edexcel D1 — Question 10

Exam BoardEdexcel
ModuleD1 (Decision Mathematics 1)
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicSorting Algorithms
TypeFirst-Fit Bin Packing
DifficultyEasy -1.2 This is a standard D1 bin packing question requiring straightforward application of the first-fit algorithm and lower bound calculation (sum/capacity). The procedures are algorithmic with minimal problem-solving required—students follow learned steps mechanically. Typical of routine Decision Maths questions that are easier than pure maths content.
Spec7.03l Bin packing: next-fit, first-fit, first-fit decreasing, full bin

10 The numbers in the list above represent the lengths, in metres, of ten lengths of fabric. They are to be cut from rolls of fabric of length 60 m .
  1. Calculate a lower bound for the number of rolls needed.
    (2)
  2. Use the first-fit bin packing algorithm to determine how these ten lengths can be cut from rolls of length 60 m .
  3. Use full bins to find an optimal solution that uses the minimum number of rolls.

Question 10
# Question 10
10

The numbers in the list above represent the lengths, in metres, of ten lengths of fabric. They are to be cut from rolls of fabric of length 60 m .
\begin{enumerate}[label=(\alph*)]
\item Calculate a lower bound for the number of rolls needed.\\
(2)
\item Use the first-fit bin packing algorithm to determine how these ten lengths can be cut from rolls of length 60 m .
\item Use full bins to find an optimal solution that uses the minimum number of rolls.
\end{enumerate}

\hfill \mbox{\textit{Edexcel D1  Q10}}