Or Case Study Final
Or Case Study Final
Objective function:
Z (Maximize)= Z = 40x1 + 25x2 + 50 x3
Subject to the Constraints:
Carpentry (hrs) 4x1 + 2x2 + 6x3 ≤ 120
Upholstery (hrs) 0x1 + 3x2 + 5x3≤ 240
Painting (hrs) 2x1 + 2x2 + 2x3 ≤ 90
Non-negativity x1, x2 ≥ 0
We have formulated the above in excel using SUMPRODUCT function
bed MAX
Using solver function we have inserted the three constraints and non negativity
criteria
Using simplex LP method in solver we get out optimal solution for the given
constrains
INTERPRETATION:
Here are the optimal values for x1 and x2, as well as the maximum value of (z)
X1=15, X2=30, X3=0
So, the maximum value of (z) is 1500, and this occurs when (x1 = 15), (x2 = 30)
and (x3 = 0)
Maximize(Z) = 40x1 + 25x2 + 50x3
40(15) + 25(30) + 50(0) = 1350