Final answer:
To determine the optimal number of Zombie and Skyjack cocktails that Pianni Beverages should produce in order to maximize profits, we can use linear programming.
Step-by-step explanation:
To determine the optimal number of Zombie and Skyjack cocktails that Pianni Beverages should produce in order to maximize profits, we can use linear programming. Let's denote the number of 10-litre batches of Zombie cocktails as Z, and the number of 10-litre batches of Skyjack cocktails as S. The objective is to maximize the profit, which can be expressed as follows:
Profit = 150Z + 200S
Subject to the following constraints:
- 3Z + 5S ≤ 1500 (for vodka)
- 6Z + 3S ≤ 1500 (for vermouth)
- Z + 2S ≤ 400 (for ginger)
- Z, S ≥ 0 (non-negativity constraint)
We also need to consider that the production should result in whole numbers, as cocktails cannot be divided into fractions.
We can use the simplex method, a common method for solving linear programming problems, to find the optimal solution.