Question
Mathematics Question on Linear Programming Problem
Consider Max. z = - 2x - 3y subject to 2x+3y≤1,3x+y2≤1,x,y≥0 The max value of z is :
A
0
B
4
C
9
D
6
Answer
0
Explanation
Solution
Given problem is max z = - 2x - 3y Subject to 2x+3y≤1,3x+2y≤1,x,y≥0 First convert these inequations into equations we get 3x + 2y = 6 ...(i) 2x + 3y = 6 ...(ii) on solving these two equation, we get point of intersection is (56,56) Now, we draw the graph of these lines. Shaded portion shows the feasible region. Now, the corner points are (0,2),(2,0),(56,56),(0,0). At (0, 2), value of z = - 2(0) - 3(2) = - 6 At (2, 0), value of z = - 2(2) - 3(0) = - 4 At (56,56),(0,0). Value of z=−2(56)−3(56) =5−30=−6 At (0, 0), value of z = - 2(0) - 3(0) = 0 At (0, 0), value of z = - 2(0) - 3(0) = 0 ∴ The max value of z is 0.