2 - JustAnswer

advertisement
The Elixer Drug Company produces a drug from two ingredients. Each ingredient contains the same three antibiotics
in different proportions. One gram of ingredient 1 contributes 3 units, and ingredient 2 contributes 1 unit of antibiotic
1; the drug requires 6 units. At least 4 units of antibiotic 2 are required, and the ingredients each contribute 1 unit per
gram. At least 12 units of antibiotic 3 are required; a gram of ingredient 1 contributes 2 units, and a gram of
ingredient 2 contributes 6 units. The cost for a gram of ingredient 1 is $80, and the cost for a gram of ingredient 2 is
$50. The company wants to formulate a linear programming model to determine the number of grams of each
ingredient that must go into the drug in order to meet the antibiotic requirements at the minimum cost. a. Formulate
a linear programming model for this program. b. solve this model by using graphical analysis
(a) Model formulation:
Decision variables: Let x grams of ingredient 1 and y grams of ingredient 2 be used.
The objective function is: Minimize z = 80x + 50y
Subject to the constraints: 3x + y ≥ 6 (Antibiotic 1 constraint)
x + y ≥ 4 (Antibiotic 2 constraint)
2x + 6y ≥ 12 (Antibiotic 3 constraint)
x ≥ 0 and y ≥ 0
(b) Solution:
We see that the minimum value of z is $230 and occurs when x = 1 and y = 3
The optimum solution is ingredient 1 = 1 gram and ingredient 2 = 3 grams.
The minimum cost is $230.
Download