Container packing test questions

1

ItemABCDEFGH
Weight (kg)47619382

Which item weighs the least?

2

ItemABCDEFGH
Weight (kg)47619382

Which item weighs the most?

3

Use the first-fit algorithm to sort these parcels into boxes where each box can take \(10kg\).

ItemABCDEFGH
Weight (kg)47619382

How many boxes are needed?

4

Use the first-fit algorithm to sort these parcels into boxes where each box can take \(12kg\).

ItemABCDEFGH
Weight (kg)47619382

How many boxes are needed?

5

Use the first-fit algorithm to sort these parcels into boxes where each box can take \(8kg\).

ItemABCDEFGHIJ
Weight (kg)4561138246

How many boxes are needed?