In: Computer Science
1. Consider the following linear program, where a and b are real-valued constants:
max: x + y; ax + by ≤ 1; x ≥ 0; y ≥ 0;
A) Suppose a < 0 and b < 0. Which one of these statements is true?
Group of answer choices
i) The linear program has a finite feasible region
ii) The linear program has an empty feasible region
iii) The feasible region is infinite, but there is an optimal solution
iv) The feasible region is infinite, and there is no optimal solution
B) Suppose a < 0 and b > 0. Which one of these statements is true?
Group of answer choices
i) The linear program has a finite feasible region
ii) The linear program has an empty feasible region
iii) The feasible region is infinite, but there is an optimal solution
iv) The feasible region is infinite, and there is no optimal solution
C) Suppose the linear program has a finite feasible region. In which one of the following cases will it not have a unique optimal solution?
Group of answer choices
i) a = b
ii) a < b
iii) a > b
iv) a ≠ b
max : x + y
subject to ax + by <=1 , x , y >=0
(A) i) The linear program has a finite feasible region.
(B) i) The linear program has a finite feasible region.
(c) iv)