Solved

Consider a Mathematical Program Where Xi Represents the Amount Produced

Question 103

Multiple Choice

Consider a mathematical program where Xi represents the amount produced of item i (i = 1,2,3,4) , and you want the total amount produced over all four items to equal either 100, 120, 140, or 200. If you define qi as binary (0-1) variables (i = 1,2,3,4) and add the constraint q1 + q2 + q3 + q4 = 1, what other constraint do you need to add to the program?


A) 100q1 + 120q2 + 140q3 + 200q4 =560
B) X1 + X2 + X3 + X4 =560
C) X1 + X2 + X3 + X4 = 100q1 + 120q2 + 140q3 + 200q4
D) 100X1 + 120X2 + 140X3 + 200X4 = q1 + q2 + q3 + q4
E) X1 + X2 + X3 + X4 ≤ 200

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions