LP Formulation Assignment
February 18th, 2020
using the following LP formulation below, which of the following statements is CORRECT
MAX P=5X+5Y
1X <= 100 A
1Y <= 80 B
2X+4Y <= 400 C
X, Y >= 0
a.) Constrain B has a surplus of 30
b.) Constrain B has a slack of 30
c.) Constrain B is binding
d.) Constrain C has a slack of 50
e.) Constrain A has a slack of 30