The following Linear Programming problem has: Maximize: Z = x₁ + x₂ Subject…

2013

The following Linear Programming problem has:

Maximize: Z = x₁ + x₂

Subject to:

  • x₁ - x₂ ≥ 0

  • 3x₁ - x₂ ≤ -3

  • x₁, x₂ ≥ 0

  1. A.

    Feasible solution

  2. B.

    No feasible solution

  3. C.

    Unbounded solution

  4. D.

    Single point as solution

Attempted by 11 students.

Show answer & explanation

Correct answer: B

Correct answer: No feasible solution

The constraints contradict the non-negativity condition.

  • From x₁ - x₂ ≥ 0, we get x₁ ≥ x₂.

  • From 3x₁ - x₂ ≤ -3, we get x₂ ≥ 3x₁ + 3.

  • Combining the two gives x₁ ≥ x₂ ≥ 3x₁ + 3, so x₁ ≥ 3x₁ + 3.

  • This simplifies to -2x₁ ≥ 3, or x₁ ≤ -1.5.

  • But the problem also requires x₁ ≥ 0, which is impossible together with x₁ ≤ -1.5.

Therefore: the feasible region is empty, so the linear program has no feasible solution.

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…