Linear Programming Problems Solutions
Linear Programming Problems Solutions
Let:
Objective:
Maximize profit: Z = 8x + 7y
Subject to:
x + y <= 45
x <= 20
y <= 40
3x + y <= 66
x >= 0, y >= 0
Let:
Objective:
Subject to:
x >= 3
y >= 1
x >= 0, y >= 0
Let:
x = grams of Food X
y = grams of Food Y
Objective:
Subject to:
6x + 8y >= 100
x >= 0, y >= 0
Let:
Objective:
Minimize cost: Z = 3x + 2y
Subject to:
5x + y >= 10
2x + 2y >= 12
x + 4y >= 12
x >= 0, y >= 0