A linear program is defined as follows: Maximize Objective Function (4X1 + 2X2); subject to constraints: X1 ≥ 4; X2 ≤ 2; X1 ≥ 3; X2≥ 0; which of the following statements is true about this linear program?
- The linear program has no feasible solutions
- The linear program has an unbounded objective function and one redundant constraint
- The linear program has an optimal solution value of 4
- X1 = 4 in the optimal solution