I need to work out the most effective way of shipping the following amount of boxes in different containers.
- 889210 boxes
- 666911 boxes
- 444606 boxes
- 222305 boxes
The largest container can hold 4004 boxes The medium container can hold 3432 boxes The smallest container can hold 1688 boxes
I need to know the least amount of containers needed to move the boxes in the most effcient method. Containers have to be sent regardless of how full they are so the more boxes in them the better.
Thanks in advance, Kristian