Skip to main contentSkip to solution

Consider the linear programming problem (LPP):

Maximize Z = 6x + 3y subject to the conditions,

4x + y ≥ 80, x + 5y ≥ 115, 3x + 2y ≤ 150, x, y ≥ 0.

In reference to the above LPP, which of the following are correct?

(A) The feasible region is bounded.

(B) The corner points of the feasible region are (15, 20), (40, 15) and (0, 75).

(C) The maximum value of the objective function is 285.

(D) The LPP does not have optimal solution.

Choose the correct answer from the options given below:

Solution

Correct Option: 3

The constraints and their boundary lines are:

4x+y80    L1:4x+y=804x + y \geq 80 \implies L_1: 4x + y = 80

x+5y115    L2:x+5y=115x + 5y \geq 115 \implies L_2: x + 5y = 115

3x+2y150    L3:3x+2y=1503x + 2y \leq 150 \implies L_3: 3x + 2y = 150


Finding intersection of L1L_1 and L2L_2:

From L1L_1: y=804xy = 80 - 4x

x+5(804x)=115x + 5(80 - 4x) = 115

x+40020x=115x + 400 - 20x = 115

19x=285-19x = -285

x=15x = 15

y=804(15)=20y = 80 - 4(15) = 20

Point: (15,20)(15, 20)

Check L3L_3: 3(15)+2(20)=851503(15) + 2(20) = 85 \leq 150 ✔️


Finding intersection of L1L_1 and L3L_3:

From L1L_1: y=804xy = 80 - 4x

3x+2(804x)=1503x + 2(80 - 4x) = 150

3x+1608x=1503x + 160 - 8x = 150

5x=10-5x = -10

x=2x = 2

y=804(2)=72y = 80 - 4(2) = 72

Point: (2,72)(2, 72)

Check L2L_2: 2+5(72)=3621152 + 5(72) = 362 \geq 115 ✔️


Finding intersection of L2L_2 and L3L_3:

From L2L_2: x=1155yx = 115 - 5y

3(1155y)+2y=1503(115 - 5y) + 2y = 150

34515y+2y=150345 - 15y + 2y = 150

13y=195-13y = -195

y=15y = 15

x=1155(15)=40x = 115 - 5(15) = 40

Point: (40,15)(40, 15)

Check L1L_1: 4(40)+15=175804(40) + 15 = 175 \geq 80 ✔️


Checking axis intersection points for feasibility:

(0,80)(0, 80) from L1L_1: 3(0)+2(80)=160>1503(0) + 2(80) = 160 > 150

(0,75)(0, 75) from L3L_3: 4(0)+75=75<804(0) + 75 = 75 < 80

(20,0)(20, 0) from L1L_1: 20+0=20<11520 + 0 = 20 < 115

(50,0)(50, 0) from L3L_3: 50+0=50<11550 + 0 = 50 < 115

None of the axis points are feasible.


The three corner points of the feasible region are:

(15,20),(2,72),(40,15)(15, 20), \quad (2, 72), \quad (40, 15)

All three bounding lines enclose a triangle with no open direction, so the region is bounded.


Evaluating Z=6x+3yZ = 6x + 3y at each corner:

At (15,20)(15, 20):

Z=6(15)+3(20)=90+60=150Z = 6(15) + 3(20) = 90 + 60 = 150

At (2,72)(2, 72):

Z=6(2)+3(72)=12+216=228Z = 6(2) + 3(72) = 12 + 216 = 228

At (40,15)(40, 15):

Z=6(40)+3(15)=240+45=285Z = 6(40) + 3(15) = 240 + 45 = 285

Zmax=285Z_{\max} = 285 at (40,15)(40, 15)


(A) Feasible region is bounded — Correct, it is a closed triangle.

(B) Corners are (15,20)(15,20), (40,15)(40,15), (0,75)(0,75) — Wrong, (0,75)(0, 75) is not feasible since 4(0)+75=75<804(0) + 75 = 75 < 80. The correct third corner is (2,72)(2, 72).

(C) Maximum value of ZZ is 285285 — Correct.

(D) LPP has no optimal solution — Wrong, optimal solution exists at (40,15)(40, 15) with Z=285Z = 285.

Therefore, (A) and (C) only are correct.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question