Graphical Method of Solving Linear Programming Problems
Maximise Z = ...
Question
Maximise Z=x+2y
Subject to the constraints x+2y≥100 2x−y≤0 2x+y≤200 x,y≥0.
Solve the given LPP graphically.
Open in App
Solution
Given LPP is :
Objective function Z=x+2y
Subject to the constraints x+2y≥100 2x+y≤200 2x−y≤0 x≥0 and y≥0
Consider x+2y=100
Table of solution is :
x0100y500
Consider 2x−y=0...(ii)
Table of solution is : x050y0100
Consider 2x+y=200...(iii)
Table of solution is :
x1000y0200
To solve the LPP, we draw the graph of the inequations and get the feasible solution shown (shaded) in the graph.
Corner points of the common shaded region are A(0,200),B(0,50),C(20,40) and D(50,100). Value of Z at each corner point is given as:
Corner PointsValue of the objective functionZ=x+2yAtA(0,200)Z=0+400=400(Maximum)AtC(20,40)Z=20+2(40)=100AtB(0,50)Z=0+2(50)=100AtD(50,100)Z=50+2(100)=250
Hence, Z=400 is the maximum value obtained by putting x=0,y=200.