Chapter 2 Introduction To Optimization and Linear Programming Solutions To Supplementary Exercises
Chapter 2 Introduction To Optimization and Linear Programming Solutions To Supplementary Exercises
2. a. Let X1 = bags of Dog food to produce and X2 = bags of Cat food to produce
MAX: 4 X1 + 5 X2
Subject to: 4 X1 + 5 X2 ≤ 100 (meat)
6 X1 + 3 X2 ≤ 120 (soybeans)
4 X1 + 10 X2 ≤ 160 (filler)
X1 ≤ 40 (Dog food demand)
X2 ≤ 30 (Cat food demand)
X1, X2 ≥ 0
b. Optimal objective function value = 100; X1 = 10 and X2 = 12.
4. Alternate optima solutions exist between the corner points: X1 = 9.6; X2 = 5.6 and X1 = 18; X2 =
0.
Page 1 of 1