Bunuel
12 Days of Christmas 2024 - 2025 Competition with $40,000 of Prizes
A coffee distributor must package their entire annual production of 240,000 pounds, using only a combination of 8-pound and 12-pound bags.
If they used between 10,000 and 20,000 bags of each size, select for
8-pound bags the number of 8-pound bags to be used, and select for
12-pound bags the number of 12-pound bags to be used. Make only two selections, one in each column.
Let x be the number of 8-pound bags and y the number of 12-pound bags.
The total weight of coffee is: 8x+12y=240,000
The constraints on the number of bags are: 10,000≤x≤20,000 and 10,000≤y≤20,000
Solving 8x+12y=240,000
2x + 3y = 60000
Trying various values for x
If x = 10000, y = 40000/3, Not possible (y should be an integer)
If x = 12000, y = 36000/3 = 12000, Possible
If x = 14000, y = 32000/3, Not possible (y should be an integer)
If x = 16000, y = 28000/3, Not possible (y should be an integer)
If x = 20000, y = 20000/3, Not possible (y should be an integer)