a. Let x be the number of cups of orange pekoe tea sold, and y be the number of cups of chamomile tea sold.
The constraints are:
x ≥ 0 (non-negativity constraint)
y ≥ 0 (non-negativity constraint)
x + y ≤ 250 (maximum number of cups sold constraint)
15x + 10y ≤ 3000 (brewing system time constraint)
The objective function is:
Profit = $2.50x + $3.00y
b. The feasible region represents the area where all the constraints are satisfied. It can be graphed on a coordinate plane.
c. The optimization equation is to maximize the profit:
Maximize: Profit = $2.50x + $3.00y
d. To find the maximum profit, we need to evaluate the objective function at each corner point of the feasible region and determine the largest value.
The corner points are:
(0, 0)
(0, 250)
(200, 50)
(250, 0)
Evaluating the objective function:
Profit1 = $2.50(0) + $3.00(0) = $0
Profit2 = $2.50(0) + $3.00(250) = $750
Profit3 = $2.50(200) + $3.00(50) = $650
Profit4 = $2.50(250) + $3.00(0) = $625
The maximum profit is $750, which occurs when 0 cups of orange pekoe tea are sold and 250 cups of chamomile tea are sold.
A local shop sells two different types of tea. They know that the maximum number of cups of orange pekoe tea and chamomile tea they sell in a day is 250. For a perfect cup of tea, the orange pekoe takes 15 minutes to brew and the chamomile takes 10 minutes to brew. Their brewing system is only available for 3000 minutes per day. Orange pekoe tea sells for $2.50 per cup and chamomile sells for $3.00 per cup.
a.Write the system of linear inequalities to represent this situation.
b.Sketch the feasible region.
c.Write the optimization equation.
d.Determine the maximum profit. Show all work.
1 answer