Richard R. answered 02/04/20
College Mathematics Instructor
Looks like a linear programming question, with a maximize objective function.
Let S = quantity of sweatshirts
Let T = quantity of t-shirts
Objective function: Profit = $15*S + $10*T
Subject to the following inequalities:
- S + T is less than or equal to 50 (they want to sell 50 items at most)
- S is greater than or equal to 0.5*T (they want to sell at least 1/2 as many sweatshirts)
- $15*S is greater than or equal to $500 (they want the profit from sweatshirts to be at least $500.
divide each side by $15 to have the following:
S is greater than or equal to 33.33
However, since sweatshirts come in only whole number units:
S is greater than or equal to 34.