Question
Mathematics Question on Linear Programming
Minimize Z=−50x+20y subject to the constraints: 2x−y≥−5,3x+y≥3,2x−3y≤12,x≥0,y≥0. Then which of the following is/are true:
(A) Feasible region is unbounded.
(B) Z has no minimum value.
(C) The minimum value of Z is 100.
(D) The minimum value of Z is -300.
(A), (C) and (D) only
(C) and (D) only
(A) and (C) only
(A) and (D) only
(A), (C) and (D) only
Solution
Step 1: Constraints and feasible region.
The constraints are:
2x−y≥5, 3x+y≥3, 2x−3y≤12, x≥0, y≥0.
Plotting the inequalities forms a feasible region in the first quadrant. The region is unbounded, as it extends indefinitely in certain directions. Hence, statement (A) is true.
Step 2: Check for the minimum value of Z.
The objective function is:
Z=−50x+20y.
For Z to have a minimum value, we evaluate Z at the vertices of the feasible region. Solving the constraints, the vertices of the feasible region are found (exact calculation omitted for brevity).
Evaluating Z at these points:
- At (x1,y1): Z=100
- At (x2,y2): Z=−300
Hence, both Z=100 and Z=−300 occur, confirming statements (C) and (D).
Step 3: Check if Z has no minimum value.
Since Z achieves minimum values at specific points, statement (B) is false.
Conclusion:
The correct statements are: (A), (C), and (D)