Linear Programming Example
Linear Programming Example
A market survey indicates that during any particular month there will be a demand of 24,000 bottles of Product A; 16,000 bottles of
Product B and 48,000 bottles of Product C. The operating costs per day of running plants 1, 2, and 3 are respectively Rs. 600, Rs. 400,
and Rs. 500. Formulate it as linear programming problem to find the number of days should the company run each plant during the
particular month so that the production cost is minimized while still meeting the market demand.
Solution:
The demand of product A is 24,000 bottles. We want to find x 1, x 2, x 3such that the market demand must be fulfilled. Therefore, we
must have
We are interested in minimizing the total cost. Hence, the linear programming problem can be formulated as:
Minimize: Z= 600 x 1+400 x 2+500 x 3
Minimize value or Optimal Solution of Z= 600 x 1+400 x 2+500 x 3 is Z= 7,200 with x 1=4, x 2=12, x 3=0