SlideShare a Scribd company logo
1 of 13
MB106
QUANTITATIVE TECHNIQUES
MODULE I
LECTURE 4
Linear Programming: Graphical solution continued
PROF. KRISHNA ROY
graphical solution of two-variable l.p. problem - An indefinite number of optimal solutions
Example: A firm uses lathes, milling machines and grinding machines to
produce two machine parts. Given below are the machine times
required for each part, the machining times available on different
machines and the profit on each machine part
Find the number of parts I and II to be manufactured per week to
maximize the profit.
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 2
Type of machine Machining time required
I II
Maximum time
available per week in
mins
Lathes 12 6 3000
Milling machines 4 10 2000
Grinding machines 2 3 900
Profit/unit Rs. 40 Rs. 100
graphical solution of two-variable l.p. problem - An indefinite number of optimal
solutions
Decision Variables: Let x1 be the number of parts I manufactured
Let x2 be the number of parts II manufactured
Objective function: Maximize Z=40 x1 +100 x2
Slope Calculation 40 x1 +100 x2 =0 or x1 = -2 x2 /5 or x1 / x2 = -2/5
Constraints: 12 x1 +6 x2 ≤ 3000
4 x1 +10 x2 ≤ 2000
2 x1 +3 x2 ≤ 900
x1 ≥0, x2 ≥0
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 3
graphical solution of two-variable l.p. problem - An indefinite number of optimal
solutions
For plotting the graph, identifying two points on each line :-
12 x1 +6 x2 = 3000
Putting x1 =0 we get x2 =3000/6=500 and putting x2 =0 we get x1
=3000/12=250
Therefore the two points on the first line are (0,500) and (250,0)
4 x1 +10 x2 = 2000
Putting x1 =0 we get x2 =2000/10=200 and putting x2 =0 we get x1
=2000/4=500
Therefore the two points on the first line are (0,200) and (500,0)
2 x1 +3 x2 = 900
Putting x1 =0 we get x2 =900/3=300 and putting x2 =0 we get x1
=900/2=450
Therefore the two points on the first line are (0,300) and (450,0)
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 4
graphical solution of two-variable l.p. problem - An indefinite number of optimal
solutions
The constraints 4 x1 +10 x2 = 2000 1
and 12 x1 +6 x2 = 3000  2
intersect at a point.
Multiplying equation 1 by 3 and subtracting from equation 2 we get
12 x1 +6 x2 = 30002
-12 x1 -30 x2 =-60001X3
-24 x2 =-3000 or 24 x2 =3000 or x2 =3000/24=125
Putting x2=125 in equation 1 we get 4 x1 +10 X 125 = 2000
or x1 = (2000-1250)/4=750/4=187.5
Therefore the point of intersection is (187.5,125)
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 5
graphical solution of two-variable l.p. problem - An indefinite number of optimal
solutions
The vertices of the feasible solution zone
are(0,0),(250,0),(187.5,125) and (0,200)
At (0,0) Z=40X0+100X0=0
At (250,0) Z=40X250+100X0=10000
At (187.5,125) Z=40X187.5+100X125=20000
At (0,200) Z=40X0+100X200=20000
Since the optimal solution 20000 lies at 2 vertices, the
same value lies at all points along the edge joining
these points. Thus there are multiple optimal solutions
for this problem
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 6
graphical solution of two-variable l.p. problem – no solution
Example: Maximize Z=3x+2y
Subject to -2x+3y≤9
3x-2y ≤-20
Slope calculation 3x+2y=0 or 3x=-2y or x/y=-2/3
Putting x=0 in constraint 1 and converting to equality we get 3y=9 or y=3
Putting y=0 we get -2x=9 or x=-4.5
Therefore points (0,3) and (-4.5,0) lie on this line
Putting x=0 in constraint 2 and converting to an equality we get -2y=-20 or y=10
Putting y=0 we get 3x=-20 or x=-20/3=-6.67
Therefore points (0,10) and (-6.67,0) lie on this line
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 7
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 8
The feasible zone of
the two constraints
do not overlap.
Hence there exists
no solution to this
problem.
graphical solution of two-variable l.p. problem – no solution
graphical solution of two-variable l.p. problem – unboundedsolution
Example : Maximize Z=5 x1 +4 x2
Subject to x1-2 x2 ≤ 1
x1 +2 x2 ≥ 3
x1 ≥0, x2 ≥0
Slope Calculation 5 x1 +4 x2 =0 or x1 = -4 x2 /5 or x1 / x2 = -4/5
Putting x1 =0 in constraint 1 and equating to 0, we get -2 x2=1 or x2 = -1/2
Putting x2 =0 in constraint 1 and equating to 0, we get x1 =1
Two points on the line are (0,-1/2) and (1,0)
Putting x1 =0 in constraint 2 and equating to 0, we get 2 x 2=3 or x2 = 3/2=1.5
Putting x2 =0 in constraint 2 and equating to 0, we get x1 =3
Two points on the line are (0,1.5) and (3,0)
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 9
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 10
The solution is
unbounded because
Z increases towards
the right and the
feasible zone moves
to infinity towards
the right.
graphical solution of two-variable l.p. problem – unbounded solution
graphical solution of two-variable l.p. problem – A single solution
Example : Maximize Z=5 x1 +8x2
Subject to: 3 x1+5 x2= 18
5 x1 +3 x2=14
x1 ≥0, x2 ≥0
Putting x1 =0 in constraint 1 , we get 5 x2=18 or x2 = 18/5=3.6
Putting x2 =0 in constraint 1, we get 3x1 =18 or x1 =18/3=6
Two points on the line are (0,3.6) and (6,0)
Putting x1 =0 in constraint 2, we get 3 x 2=14 or x2 = 14/3=4.67
Putting x2 =0 in constraint 2 , we get 5 x1 =14 or x1 =14/5=2.8
Two points on the line are (0,4.67) and (2.8,0)
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 11
09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 12
The two equality
constraints intersect
at (1,3). Hence a
single solution exists
and no optimization
is possible. The
solution is
5X1+8X3=29
graphical solution of two-variable l.p. problem – single solution
• Till we meet again in the next class……….
PROF. KRISHNA ROY, FMS, BCREC 13
09-11-2021

More Related Content

What's hot

Mb 106 quantitative techniques 15
Mb 106 quantitative techniques 15Mb 106 quantitative techniques 15
Mb 106 quantitative techniques 15KrishnaRoy45
 
Mb 106 quantitative techniques 7
Mb 106 quantitative techniques 7Mb 106 quantitative techniques 7
Mb 106 quantitative techniques 7KrishnaRoy45
 
Mb 106 quantitative techniques 14
Mb 106 quantitative techniques 14Mb 106 quantitative techniques 14
Mb 106 quantitative techniques 14KrishnaRoy45
 
Mb 106 quantitative techniques 9
Mb 106 quantitative techniques 9Mb 106 quantitative techniques 9
Mb 106 quantitative techniques 9KrishnaRoy45
 
Mb 106 quantitative techniques 12
Mb 106 quantitative techniques 12Mb 106 quantitative techniques 12
Mb 106 quantitative techniques 12KrishnaRoy45
 
Mb 106 quantitative techniques 13
Mb 106 quantitative techniques 13Mb 106 quantitative techniques 13
Mb 106 quantitative techniques 13KrishnaRoy45
 
Mb 106 quantitative techniques 17
Mb 106 quantitative techniques 17 Mb 106 quantitative techniques 17
Mb 106 quantitative techniques 17 KrishnaRoy45
 
Mb 106 quantitative techniques 16
Mb 106 quantitative techniques 16Mb 106 quantitative techniques 16
Mb 106 quantitative techniques 16KrishnaRoy45
 
Taylor introms10 ppt_02
Taylor introms10 ppt_02Taylor introms10 ppt_02
Taylor introms10 ppt_02QA Cmu
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 18.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  18.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  18.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 18.pptxKrishnaRoy45
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1irsa javed
 
Integer Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingInteger Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingSalah A. Skaik - MBA-PMP®
 
Taylor introms10 ppt_03
Taylor introms10 ppt_03Taylor introms10 ppt_03
Taylor introms10 ppt_03QA Cmu
 
Linear programming
Linear programmingLinear programming
Linear programmingTarun Gehlot
 
Limitations of linear programming
Limitations of linear programmingLimitations of linear programming
Limitations of linear programmingTarun Gehlot
 

What's hot (20)

Mb 106 quantitative techniques 15
Mb 106 quantitative techniques 15Mb 106 quantitative techniques 15
Mb 106 quantitative techniques 15
 
Mb 106 quantitative techniques 7
Mb 106 quantitative techniques 7Mb 106 quantitative techniques 7
Mb 106 quantitative techniques 7
 
Mb 106 quantitative techniques 14
Mb 106 quantitative techniques 14Mb 106 quantitative techniques 14
Mb 106 quantitative techniques 14
 
Mb 106 quantitative techniques 9
Mb 106 quantitative techniques 9Mb 106 quantitative techniques 9
Mb 106 quantitative techniques 9
 
Mb 106 quantitative techniques 12
Mb 106 quantitative techniques 12Mb 106 quantitative techniques 12
Mb 106 quantitative techniques 12
 
Mb 106 quantitative techniques 13
Mb 106 quantitative techniques 13Mb 106 quantitative techniques 13
Mb 106 quantitative techniques 13
 
Mb 106 quantitative techniques 17
Mb 106 quantitative techniques 17 Mb 106 quantitative techniques 17
Mb 106 quantitative techniques 17
 
Mb 106 quantitative techniques 16
Mb 106 quantitative techniques 16Mb 106 quantitative techniques 16
Mb 106 quantitative techniques 16
 
Taylor introms10 ppt_02
Taylor introms10 ppt_02Taylor introms10 ppt_02
Taylor introms10 ppt_02
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 18.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  18.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  18.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 18.pptx
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1
 
Integer Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingInteger Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear Programming
 
Linear programing problem
Linear programing problemLinear programing problem
Linear programing problem
 
Đề Thi HK2 Toán 8 - THCS Trương Công Định
Đề Thi HK2 Toán 8 - THCS Trương Công ĐịnhĐề Thi HK2 Toán 8 - THCS Trương Công Định
Đề Thi HK2 Toán 8 - THCS Trương Công Định
 
Rsh qam11 ch10 ge
Rsh qam11 ch10 geRsh qam11 ch10 ge
Rsh qam11 ch10 ge
 
Linear programming ppt
Linear programming pptLinear programming ppt
Linear programming ppt
 
Taylor introms10 ppt_03
Taylor introms10 ppt_03Taylor introms10 ppt_03
Taylor introms10 ppt_03
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Limitations of linear programming
Limitations of linear programmingLimitations of linear programming
Limitations of linear programming
 
Lecture 7 (inequalities)
Lecture 7 (inequalities)Lecture 7 (inequalities)
Lecture 7 (inequalities)
 

Similar to Graphical LP solution with multiple optimal points

Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newBartholomee
 
Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newvindaniel123
 
Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions neweyavagal
 
Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions neweyavagal
 
Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions neweyavagal
 
Simultaneous Equations Practical Construction
Simultaneous Equations Practical ConstructionSimultaneous Equations Practical Construction
Simultaneous Equations Practical ConstructionDaniel Ross
 
Bangladesh bank written maths 2010 2020
Bangladesh bank written maths 2010 2020Bangladesh bank written maths 2010 2020
Bangladesh bank written maths 2010 2020Itmona
 
Linear Programming Quiz Solution
Linear Programming Quiz SolutionLinear Programming Quiz Solution
Linear Programming Quiz SolutionEd Dansereau
 
Matematicas para ingenieria 4ta edicion - john bird
Matematicas para ingenieria   4ta edicion - john birdMatematicas para ingenieria   4ta edicion - john bird
Matematicas para ingenieria 4ta edicion - john birdAllan Bernal Espinoza
 
Linear programming graphical method
Linear programming graphical methodLinear programming graphical method
Linear programming graphical methodDr. Abdulfatah Salem
 
Strayer mat 540 week 10 quiz 5 set 3 questions new
Strayer mat 540 week 10 quiz 5 set 3 questions newStrayer mat 540 week 10 quiz 5 set 3 questions new
Strayer mat 540 week 10 quiz 5 set 3 questions neweyavagal
 
Strayer mat 540 week 10 quiz 5 set 3 questions new
Strayer mat 540 week 10 quiz 5 set 3 questions newStrayer mat 540 week 10 quiz 5 set 3 questions new
Strayer mat 540 week 10 quiz 5 set 3 questions neweyavagal
 
Introduction to Operations Research/ Management Science
Introduction to Operations Research/ Management Science Introduction to Operations Research/ Management Science
Introduction to Operations Research/ Management Science um1222
 
Sim math 9 factoring
Sim math 9 factoringSim math 9 factoring
Sim math 9 factoringRoqueGerale
 
Bca3010 computer oriented numerical methods
Bca3010 computer oriented numerical methodsBca3010 computer oriented numerical methods
Bca3010 computer oriented numerical methodssmumbahelp
 
Strategic intervention materials on mathematics 2.0
Strategic intervention materials on mathematics 2.0Strategic intervention materials on mathematics 2.0
Strategic intervention materials on mathematics 2.0Brian Mary
 

Similar to Graphical LP solution with multiple optimal points (20)

Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions new
 
Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions new
 
Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions new
 
Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions new
 
Strayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions newStrayer mat 540 week 10 quiz 5 set 2 questions new
Strayer mat 540 week 10 quiz 5 set 2 questions new
 
Simultaneous Equations Practical Construction
Simultaneous Equations Practical ConstructionSimultaneous Equations Practical Construction
Simultaneous Equations Practical Construction
 
Bangladesh bank written maths 2010 2020
Bangladesh bank written maths 2010 2020Bangladesh bank written maths 2010 2020
Bangladesh bank written maths 2010 2020
 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 
Linear Programming Quiz Solution
Linear Programming Quiz SolutionLinear Programming Quiz Solution
Linear Programming Quiz Solution
 
Matematicas para ingenieria 4ta edicion - john bird
Matematicas para ingenieria   4ta edicion - john birdMatematicas para ingenieria   4ta edicion - john bird
Matematicas para ingenieria 4ta edicion - john bird
 
Chithra
ChithraChithra
Chithra
 
Linear programming graphical method
Linear programming graphical methodLinear programming graphical method
Linear programming graphical method
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Strayer mat 540 week 10 quiz 5 set 3 questions new
Strayer mat 540 week 10 quiz 5 set 3 questions newStrayer mat 540 week 10 quiz 5 set 3 questions new
Strayer mat 540 week 10 quiz 5 set 3 questions new
 
Strayer mat 540 week 10 quiz 5 set 3 questions new
Strayer mat 540 week 10 quiz 5 set 3 questions newStrayer mat 540 week 10 quiz 5 set 3 questions new
Strayer mat 540 week 10 quiz 5 set 3 questions new
 
Introduction to Operations Research/ Management Science
Introduction to Operations Research/ Management Science Introduction to Operations Research/ Management Science
Introduction to Operations Research/ Management Science
 
Sim math 9 factoring
Sim math 9 factoringSim math 9 factoring
Sim math 9 factoring
 
Graphical method
Graphical methodGraphical method
Graphical method
 
Bca3010 computer oriented numerical methods
Bca3010 computer oriented numerical methodsBca3010 computer oriented numerical methods
Bca3010 computer oriented numerical methods
 
Strategic intervention materials on mathematics 2.0
Strategic intervention materials on mathematics 2.0Strategic intervention materials on mathematics 2.0
Strategic intervention materials on mathematics 2.0
 

More from KrishnaRoy45

MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptxKrishnaRoy45
 
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptxKrishnaRoy45
 
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 17.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  17.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  17.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 17.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 15&16.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  15&16.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  15&16.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 15&16.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptxKrishnaRoy45
 
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptxMB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 19.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  19.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  19.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 19.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 13&14.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  13&14.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  13&14.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 13&14.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptxKrishnaRoy45
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptxKrishnaRoy45
 
MB 103 business communication 5_6.pptx
MB 103 business communication 5_6.pptxMB 103 business communication 5_6.pptx
MB 103 business communication 5_6.pptxKrishnaRoy45
 
MB 103 business communication 7_8.pptx
MB 103 business communication 7_8.pptxMB 103 business communication 7_8.pptx
MB 103 business communication 7_8.pptxKrishnaRoy45
 
MB 103 business communication 3_4.pptx
MB 103 business communication 3_4.pptxMB 103 business communication 3_4.pptx
MB 103 business communication 3_4.pptxKrishnaRoy45
 
MB 103 business communication 9_10.pptx
MB 103 business communication 9_10.pptxMB 103 business communication 9_10.pptx
MB 103 business communication 9_10.pptxKrishnaRoy45
 
MB 103 business communication 2.pptx
MB 103 business communication 2.pptxMB 103 business communication 2.pptx
MB 103 business communication 2.pptxKrishnaRoy45
 
MB 103 business communication 1.pptx
MB 103 business communication 1.pptxMB 103 business communication 1.pptx
MB 103 business communication 1.pptxKrishnaRoy45
 

More from KrishnaRoy45 (20)

MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 10,11&12.pptx
 
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 2&3.pptx
 
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptxMIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
MIS 301 RELATIONAL DATABASE MANAGEMENT SYSTEM 1.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 17.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  17.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  17.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 17.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 15&16.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  15&16.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  15&16.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 15&16.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 6&7.pptx
 
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptxMB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
MB301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 9&10.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 5.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 11&12.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 19.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  19.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  19.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 19.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 3.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 13&14.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  13&14.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT  13&14.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 13&14.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 1.pptx
 
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptxMB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
MB 301 ENTREPRENEURSHIP & PROJECT MANAGEMENT 2.pptx
 
MB 103 business communication 5_6.pptx
MB 103 business communication 5_6.pptxMB 103 business communication 5_6.pptx
MB 103 business communication 5_6.pptx
 
MB 103 business communication 7_8.pptx
MB 103 business communication 7_8.pptxMB 103 business communication 7_8.pptx
MB 103 business communication 7_8.pptx
 
MB 103 business communication 3_4.pptx
MB 103 business communication 3_4.pptxMB 103 business communication 3_4.pptx
MB 103 business communication 3_4.pptx
 
MB 103 business communication 9_10.pptx
MB 103 business communication 9_10.pptxMB 103 business communication 9_10.pptx
MB 103 business communication 9_10.pptx
 
MB 103 business communication 2.pptx
MB 103 business communication 2.pptxMB 103 business communication 2.pptx
MB 103 business communication 2.pptx
 
MB 103 business communication 1.pptx
MB 103 business communication 1.pptxMB 103 business communication 1.pptx
MB 103 business communication 1.pptx
 

Recently uploaded

B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad EscortsCall girls in Ahmedabad High profile
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 

Recently uploaded (20)

B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 

Graphical LP solution with multiple optimal points

  • 1. MB106 QUANTITATIVE TECHNIQUES MODULE I LECTURE 4 Linear Programming: Graphical solution continued PROF. KRISHNA ROY
  • 2. graphical solution of two-variable l.p. problem - An indefinite number of optimal solutions Example: A firm uses lathes, milling machines and grinding machines to produce two machine parts. Given below are the machine times required for each part, the machining times available on different machines and the profit on each machine part Find the number of parts I and II to be manufactured per week to maximize the profit. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 2 Type of machine Machining time required I II Maximum time available per week in mins Lathes 12 6 3000 Milling machines 4 10 2000 Grinding machines 2 3 900 Profit/unit Rs. 40 Rs. 100
  • 3. graphical solution of two-variable l.p. problem - An indefinite number of optimal solutions Decision Variables: Let x1 be the number of parts I manufactured Let x2 be the number of parts II manufactured Objective function: Maximize Z=40 x1 +100 x2 Slope Calculation 40 x1 +100 x2 =0 or x1 = -2 x2 /5 or x1 / x2 = -2/5 Constraints: 12 x1 +6 x2 ≤ 3000 4 x1 +10 x2 ≤ 2000 2 x1 +3 x2 ≤ 900 x1 ≥0, x2 ≥0 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 3
  • 4. graphical solution of two-variable l.p. problem - An indefinite number of optimal solutions For plotting the graph, identifying two points on each line :- 12 x1 +6 x2 = 3000 Putting x1 =0 we get x2 =3000/6=500 and putting x2 =0 we get x1 =3000/12=250 Therefore the two points on the first line are (0,500) and (250,0) 4 x1 +10 x2 = 2000 Putting x1 =0 we get x2 =2000/10=200 and putting x2 =0 we get x1 =2000/4=500 Therefore the two points on the first line are (0,200) and (500,0) 2 x1 +3 x2 = 900 Putting x1 =0 we get x2 =900/3=300 and putting x2 =0 we get x1 =900/2=450 Therefore the two points on the first line are (0,300) and (450,0) 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 4
  • 5. graphical solution of two-variable l.p. problem - An indefinite number of optimal solutions The constraints 4 x1 +10 x2 = 2000 1 and 12 x1 +6 x2 = 3000  2 intersect at a point. Multiplying equation 1 by 3 and subtracting from equation 2 we get 12 x1 +6 x2 = 30002 -12 x1 -30 x2 =-60001X3 -24 x2 =-3000 or 24 x2 =3000 or x2 =3000/24=125 Putting x2=125 in equation 1 we get 4 x1 +10 X 125 = 2000 or x1 = (2000-1250)/4=750/4=187.5 Therefore the point of intersection is (187.5,125) 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 5
  • 6. graphical solution of two-variable l.p. problem - An indefinite number of optimal solutions The vertices of the feasible solution zone are(0,0),(250,0),(187.5,125) and (0,200) At (0,0) Z=40X0+100X0=0 At (250,0) Z=40X250+100X0=10000 At (187.5,125) Z=40X187.5+100X125=20000 At (0,200) Z=40X0+100X200=20000 Since the optimal solution 20000 lies at 2 vertices, the same value lies at all points along the edge joining these points. Thus there are multiple optimal solutions for this problem 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 6
  • 7. graphical solution of two-variable l.p. problem – no solution Example: Maximize Z=3x+2y Subject to -2x+3y≤9 3x-2y ≤-20 Slope calculation 3x+2y=0 or 3x=-2y or x/y=-2/3 Putting x=0 in constraint 1 and converting to equality we get 3y=9 or y=3 Putting y=0 we get -2x=9 or x=-4.5 Therefore points (0,3) and (-4.5,0) lie on this line Putting x=0 in constraint 2 and converting to an equality we get -2y=-20 or y=10 Putting y=0 we get 3x=-20 or x=-20/3=-6.67 Therefore points (0,10) and (-6.67,0) lie on this line 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 7
  • 8. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 8 The feasible zone of the two constraints do not overlap. Hence there exists no solution to this problem. graphical solution of two-variable l.p. problem – no solution
  • 9. graphical solution of two-variable l.p. problem – unboundedsolution Example : Maximize Z=5 x1 +4 x2 Subject to x1-2 x2 ≤ 1 x1 +2 x2 ≥ 3 x1 ≥0, x2 ≥0 Slope Calculation 5 x1 +4 x2 =0 or x1 = -4 x2 /5 or x1 / x2 = -4/5 Putting x1 =0 in constraint 1 and equating to 0, we get -2 x2=1 or x2 = -1/2 Putting x2 =0 in constraint 1 and equating to 0, we get x1 =1 Two points on the line are (0,-1/2) and (1,0) Putting x1 =0 in constraint 2 and equating to 0, we get 2 x 2=3 or x2 = 3/2=1.5 Putting x2 =0 in constraint 2 and equating to 0, we get x1 =3 Two points on the line are (0,1.5) and (3,0) 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 9
  • 10. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 10 The solution is unbounded because Z increases towards the right and the feasible zone moves to infinity towards the right. graphical solution of two-variable l.p. problem – unbounded solution
  • 11. graphical solution of two-variable l.p. problem – A single solution Example : Maximize Z=5 x1 +8x2 Subject to: 3 x1+5 x2= 18 5 x1 +3 x2=14 x1 ≥0, x2 ≥0 Putting x1 =0 in constraint 1 , we get 5 x2=18 or x2 = 18/5=3.6 Putting x2 =0 in constraint 1, we get 3x1 =18 or x1 =18/3=6 Two points on the line are (0,3.6) and (6,0) Putting x1 =0 in constraint 2, we get 3 x 2=14 or x2 = 14/3=4.67 Putting x2 =0 in constraint 2 , we get 5 x1 =14 or x1 =14/5=2.8 Two points on the line are (0,4.67) and (2.8,0) 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 11
  • 12. 09-11-2021 Prof. Krishna Roy, Dr. B. C. Roy Engineering College 12 The two equality constraints intersect at (1,3). Hence a single solution exists and no optimization is possible. The solution is 5X1+8X3=29 graphical solution of two-variable l.p. problem – single solution
  • 13. • Till we meet again in the next class………. PROF. KRISHNA ROY, FMS, BCREC 13 09-11-2021