The decision variables represent the amounts of ingredients 1, 2, and 3 to put into a blend. The objective function represents profit. The first three constraints measure the usage and availability of resources A, B, and C. The fourth constraint is a minimum requirement for ingredient 3.
LP Problem
Maximize 4x1 + 6x2 + 7x3
s.t.
3x1+2x2+5x3 ≤ 120
x1+3x2+3x3 ≤ 80
5x1+5x2+8x3 ≤ 160
x3 ≥ 10
x1, x2 , x3 ≥ 0
Answer the following questions.
a. How much of ingredient 1 will be put into the blend?
b. How much of ingredient 2 will be put into the blend?
c. How much of ingredient 3 will be put into the blend?
d. How much resource A is used?
e. How much resource B will be left unused?
f. What will the profit be?
g. What will happen to the solution if the profit from ingredient 2 drops to 4?
h. What will happen to the solution if the profit from ingredient 3 increases by 1?
i. What will happen to the solution if the amount of resource C increases by 2?
j. What will happen to the solution if the minimum requirement for ingredient 3 increases to 15?
Using Simplex method online calculator (https://cbom.atozmath.com/CBOM/Simplex.aspx?q=sm), we get:
a)
b)
c)
d)
e)
f) Profit:
g) There is change in the objective function:
Then:
h) Change in the objective function:
Result:
i) Change in the 3rd constraint:
Result:
j) Change in the 4rd constraint:
Then:
Comments
Leave a comment