The company should produce A: 200, B: 100 each day to maximize sales revenue
Formulating the following as a linear programming
From the question, we have the following parameters that can be used in our computation:
Products = A and B
The company sells product A for $22.50 and product B for $45.00
So, the objective function is
Max Z = 22.5A + 45B
Then we have the constraints to be
- Total production time cannot exceed 800 hours: 2A + 4B ≤ 800
- Total production cannot exceed 300 units: A + B ≤ 300
- Non-negativity constraints: A ≥ 0, B ≥ 0
Solving graphically, we have the feasible points to be
(A, B) = (200, 100)
Hence, the company should produce A: 200, B: 100 each day to maximize sales revenue