In: Statistics and Probability
1)
To solve the LP in excel spreadsheet, first install the solver add in.
Now the LP is solved by solver by following these steps,
Step 1: Write the variables of LP with initial value zero. The screenshot is shown below,
Step 2: Write the objective function. The screenshot is shown below,
Step 3: Write the constraints.
Constraint 1: 2 S + 1 M >= 300. The screenshot is shown below,
Constraint 2: .75 S + 1.2 M >= 300. The screenshot is shown below,
Constraint 3: 8 S + 2 M <= 2,400 . The screenshot is shown below,
Constraint 4: .5 S + .6 M <= 300. The screenshot is shown below,
Constraint 5: S >=0. The screenshot is shown below,
Constraint 6: M >= 0. The screenshot is shown below,
Step 4: DATA > Solver > Ok.
Step 5: Set Objective: Objective function. Select To: Max The screenshot is shown below,
Step 5: By Changing Variables Cells: Select Variable value. The screenshot is shown below,
Step 6: Subject to the Constraints > click on Add then Add each constraints. The screenshot is shown below,
Step 7: Tick Make Unconstrained Variables Non-Negative and Select a Solving Method: Simplex LP. The screenshot is shown below,
Step 8: Select Reports : Answer, Sensitivity, Limits > OK. The screenshot is shown below,
The result is obtained. The screenshot is shown below,
The Answer Report,
The sensitivity report
The Limit report,
2)
Variable | |||
S | 281.4814815 | ||
M | 74.07407407 | ||
Objective | 1762.962963 | ||
1 | 637.037037 | >= | 300 |
2 | 300 | >= | 300 |
3 | 2400 | <= | 2400 |
4 | 185.1851852 | <= | 300 |
5 | 281.4814815 | >= | 0 |
6 | 74.07407407 | >= | 0 |
3)
From the result above,
Total fur used = 637 (available = 300, new_order = 500)
total used from new order = 637 = 300 = 137
Total lbs of stuffing used = 300 (available = 300, new_order = 250)
total used from new order = 300 - 300 = 0
4)
From the result summary,
Total machine hours available = 300 - 185.185 = 114.814
Hence no cost will incur due to maintenace.
5)
Total fur used = 637 which is less than 300(old)+500(new)
and total stuffing used = 300 which is less than 300(old)+250(new)
Hence no order need to be placed.
6)
From the sensitivity report, the allowable decrease in objective coefficient of fur is $2 which is greater than $1.50 hence there will be no effect on objective function or production level.
7)
From the sensitivity report all the eyes has bee used and the shadow price = 0.796296 hence due to loss of 50 eyes, total 50*0.796296 = $ 39.8148 will be reduced from objective value.
8)
There will be no effect on optimal value due to decrease in price beacause the decerease in price are within allowable range.
For better understanding change the values in LP and use the excel solver for each problem and see the effect on result.