Minimize Z = x + 2y, subject to constraints are 2x + y ≥ 3, x + 2y ≥ 6 and x, y ≥ 0. Show that the minimum of Z occurs at more than two points.
Our problem is to minimize Z = x + 2y .........(i)
Subject to the constraints are
2x + y ≥ 3 ......(ii)
x + 2y ≥ 6 .......(iii)
x ≥ 0, y ≥ 0 ....(iv)
Firstly, draw the graph of the line 2x + y = 3
x032y30
Putting (0, 0) in the inequality 2x + y ≥ 3, we have
2×0+0≥3⇒0≥3 (which is false)
So, the half plane is away from the origin. Since, x, y ≥ 0
So, the feasible region lies in the first quadrant.
Secondly, draw the graph of the line x + 2y = 6
x06y30
Putting (0, 0) in the inequality x + 2y ≥ 6, we have
0+2×0≥6⇒0≥6 (which is false)
So, the half plane is away from the origin.
The intersection point of the lines x + 2y = 6 and 2x + y = 3 is B (0, 3).
The corner points of the feasible region are A(6, 0) and B(0, 3), The values of Z at these points are as follows:
Corner pointZ=x+2yA(6, 0)6B(0, 3)6
It can be seen that the value of Z at points A and B is same. If we take any other point such as (2, 2) on line x + 2y = 6, then z = 6, Thus, the minimum value of Z occurs for more than 2 points. Therefore, the value of Z is minimum at every point on the line, x + 2y = 6.