Solve the following linear programming problem graphically: Maximize and minimize $Z=60x+15y$ subject to the constraints $x+y≤50,3x+y≤90,x,y≥0$. |
Max: 1650, Min: 0 Max: 1800, Min: 750 Max: 1800, Min: 0 Max: 750, Min: 0 |
Max: 1800, Min: 0 |
The correct answer is Option (3) → Max: 1800, Min: 0 Identify the Boundary Lines First, we convert the inequalities into equations to find the intercepts for each boundary line:
Find the Intersection Point We find the point where the two lines $x + y = 50$ and $3x + y = 90$ intersect:
The intersection point is (20, 30). The coordinates of the corner points O, A, B, C are (0, 0), (30, 0), (20, 30) and (0, 50) respectively. We evaluate $Z=60x+15y$ at each of these points.
Hence, the minimum value of Z is 0 at the point (0, 0) and maximum value of Z is 1800 at the point (30, 0). |