PractiseQuestions › Further packing and the knapsack problem

Further packing and the knapsack problem questions

Bin packing takes every item and asks for the fewest bins. The knapsack problem puts the opposite question to one container: with a limit on the mass it will carry and a profit attached to each item, which items are worth loading and which are left behind? Ranking by profit per kilogram and loading greedily is quick and can fall well short. Allowing fractions of an item bounds the best profit from above, a dynamic programming table settles the best load itself, and shelf packing carries the same questions into two dimensions.

15 original questions · 67 marks · the further packing and the knapsack problem notes · Decision Mathematics 1

These are original InkMaths questions. Write a complete answer before opening the worked solution and marking guidance.

All questions, worked solutions and marking guidance are original InkMaths material. They are not copied from awarding-body papers or mark schemes. The codes show how InkMaths allocates the stated total; an awarding body may credit a valid alternative method differently.

The same practice on paper: the printable workbook for this topic, questions and a worked answer book.

Practise further packing and the knapsack problem one question at a time

In the player, mark your own response after viewing the worked solution. Your score sets when the question is offered again.