A warehouse is trying to reduce their environmental impact by ensuring they ship orders in as few boxes as possible. Use the first fit decreasing algorithm to pack items with the following size (9, 11, 8 ,14, 6, 5, 15, 15, 12,5) into boxes of size 20. How many boxes do you need and how efficiently are they packed?