To help the café maximize its profit while adhering to the given constraints, we can set up a linear programming problem. Let's define some variables:
Let:
- \(C\) be the number of cups of coffee sold per shift.
- \(T\) be the number of cups of tea sold per shift.
Now, we can establish the objective function and constraints:
Objective Function (to maximize profit):
\[P = 3C + 2T\]
This objective function represents the profit generated from selling \(C\) cups of coffee at $3 each and \(T\) cups of tea at $2 each.
Constraints:
1. Barista constraint: \(C + T \leq 90\)
- The total number of cups of coffee and tea sold should not exceed 90.
2. Revenue constraint: \(3C + 2T \geq 120\)
- The total revenue (profit) should be at least $120.
3. Tea supply constraint: \(T \leq 70\)
- The café can sell at most 70 cups of tea per shift.
4. Coffee supply constraint: \(C \leq 60\)
- The café can sell at most 60 cups of coffee per shift.
5. Non-negativity constraint: \(C, T \geq 0\)
- The number of cups sold cannot be negative.
Now, you can use linear programming techniques to solve this problem and find the values of \(C\) and \(T\) that maximize the profit while satisfying all the constraints. The solution will provide the optimal combination of coffee and tea sales to achieve the highest profit.