To solve the ILLP given below by the graphical method :
Maximum Z = 95x₁ + 100x₂
Subject to the constraints
5x₁ + 2x₂ <= 20
x₁ >= 3
x₂ <= 5
x₁ , x₂ are non-negative integers.
(Maximize)
The condition given:
In the equation
when we put ,then
When we put ,then
Now when we draw a graph of the line and the given points and shade accordingly then in the feasible region we got three points
that is
A(3,0)
B(4,0)
C(3,2.5)
Now value of Z at A=
Value of Z at B=
Value of Z at C=
So the maximum value is achieved at the point C and that value is 535
So we can say that the Maximum of Z is 535 and it occurred at the point (3,2.5)
Comments