Answer:
Explanation:
x = number of units of product X to be produced per week
y = number of units of product Y to be produced per week
The objective is to maximize the profit, which is given by:
Profit = 50x + 40y
The constraints are:
Raw material constraint: 2x + 3y ≤ 72
Labour constraint: 4x + 3y ≤ 108
Non-negativity constraint: x, y ≥ 0
Therefore, the linear programming problem can be formulated as
Profit = 50x + 40y
2x + 3y ≤ 72
4x + 3y ≤ 108
x, y ≥ 0
This problem can be solved using a graphical method or any standard optimization software. The solution will provide the optimal number of units of product X and Y that should be produced per week to maximize the profit.