A manufacturer has two products P1 and P2 , both of which are produced in two steps by machines M1 and M2. The process time per hundred for the products on the machines
M1 M2 Profit(in
thousand Rs.
per 100 units)
P1 4 5 10
P2 5 2 5
Available 100 80
hours
The manufacturer can sell as much as he can produce of both products. Formulate the problem as LP model. Determine optimum solution, using simplex method.
Solution:
Let the number of required products "P_1, P_2" be "x,y" respectively.
Maximize, profit function, "P=10x+5y"
subject to constraints,
"x\\ge0, y\\ge0\n\\\\ 4x+5y\\le100\n\\\\ 5x+2y\\le80"
After introducing slack variables:
Max Z=10x+5y+0S1+0S2
subject to
5x+2y+S1=80
4x+5y+S2=100
and x,y,S1,S2≥0
Since all Zj-Cj≥0
Hence, optimal solution has arrived with the value of variables as :
x=11.7647, y=10.5882
Max Z=170.5882
Comments
Leave a comment