Linear Programming Exercises
Linear Programming Exercises
I. PR Developments
3) The constraints
x1 + x2 ≥ 300
x3 + x4 ≥ 400
c) The total number of evening interviews should be greater than or equal to the number of
daytime interviews
x2 + x4 ≥ x1 + x3,
-x1 + x2 – x3 + x4 ≥ 0.
d) At least 35% of the interviews for households with children should be conducted during
evening
x2 ≥ 0.35 (x1 + x2 ) , or -0.35x1 + 0.65x2 ≥ 0.
e) At least 65% of the interviews for households without children should be conducted during
evening:
x1 + x2 + x3 + x4 = 1000
3. The constraints
a) No more than 200 000 CZK might be invested in Tropical Milk shares
x4 ≤ 200 000
b) Government bonds should cover at least 20% of all investments
X5 ≥ 400 000 .
c) None of the alcohol-drink companies should receive more than 800 000
X1 ≤ 800 000 , x2 ≤ 800 000 , x3 ≤ 800 000 .
x1= 195
x2= 105
x3= 245
x4= 455
z= 48,600
x1 = 800 000,
x2 = 0,
x3 = 800 000,
x4 = 0,
x5 = 400 000.
z = 240 000.