Question 117·Hard·Linear Inequalities in One or Two Variables
Each premium snack box costs $7 to assemble and contains 400 calories, and each standard snack box costs $4 to assemble and contains 250 calories. A caterer needs to prepare at least 200 snack boxes in total. The caterer has a budget of $1,000 to assemble the boxes and wants the total number of calories in all the boxes to be no more than 65,000. Under these conditions, what is the greatest possible number of premium snack boxes the caterer can prepare?
For word problems with inequalities and a quantity to maximize, first define clear variables and translate each condition into an inequality. When two types of items both use up the same resources (like money and calories), recognize that adding extra of the cheaper/less-desired type will not help you stay under limits, so set the “at least” total equal to its minimum and express one variable in terms of the other. Substitute to reduce everything to a single variable, find the strongest (smallest) upper bound from the inequalities, take the greatest integer that satisfies all bounds, and quickly test that this value works while the next integer up fails at least one constraint.
Hints
Set up variables
Let one variable represent the number of premium boxes and another represent the number of standard boxes. What do and naturally stand for, and how can you write an inequality for the total number of boxes?
Translate each condition into an inequality
Write three inequalities: one for the total number of boxes, one for the total cost using and , and one for the total calories using and . Make sure you use the correct inequality symbols (at least, at most).
Reduce to one variable
If your goal is to maximize the number of premium boxes, does adding extra standard boxes (beyond the minimum of 200 total boxes) ever help with staying under budget or under the calorie limit? Use this idea to write in terms of and substitute into the other inequalities.
Find and test the maximum
After substituting, you should get inequalities that bound from above. Find the largest integer that satisfies all those bounds, and then quickly check that the next integer up breaks at least one constraint.
Desmos Guide
Set up variables and inequalities
In Desmos, let be the number of premium boxes and the number of standard boxes. Enter these inequalities:
x + y >= 2007x + 4y <= 1000400x + 250y <= 65000x >= 0y >= 0This will shade the feasible region where all constraints are met.
Find the key boundary intersection
Graph the boundary lines x + y = 200 and 7x + 4y = 1000 (you can enter them as equalities). Tap their intersection point; note the -coordinate of this point, because it represents where the minimum-total-boxes line meets the budget limit.
Determine the maximum integer
Because you want to maximize the number of premium boxes , look for the largest integer less than or equal to the -coordinate from the intersection in Step 2, and verify that this integer (paired with ) still lies in the shaded feasible region. That integer value of is the answer.
Step-by-step Explanation
Define variables and write the constraints
Let be the number of premium snack boxes and be the number of standard snack boxes.
Translate each condition:
- At least 200 boxes:
. - Budget is at most $1000:
. - Calories at most :
. - Also, and .
We want to maximize subject to these inequalities.
Use the total-boxes condition to reduce to one variable
To maximize , it never helps to add extra standard boxes, because each standard box costs money and adds calories.
So it is best to have exactly 200 total boxes (the minimum allowed):
Solve for :
Now we can substitute this expression for into the other inequalities so everything is in terms of .
Apply the budget constraint with substitution
Substitute into the budget inequality :
Simplify:
So the budget constraint becomes
This gives an upper bound on how large can be.
Check the calorie constraint and find the largest possible integer
Now use in the calorie inequality :
Simplify:
The calorie constraint allows , but the budget is stricter: .
The largest integer less than or equal to is 66. With , we have , and you can check:
- Budget: .
- Calories: .
If you try , even with (the minimum), the cost exceeds the $1000 budget. Therefore, the greatest possible number of premium boxes is 66, which corresponds to answer choice B.