SlideShare a Scribd company logo
1 of 26
2-1
Linear Programming:
Model Formulation and
Graphical Solution
Chapter 2
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
2-2
LP Model Formulation – Minimization (1 of 8)
Chemical Contribution
Brand
Nitrogen
(lb/bag)
Phosphate
(lb/bag)
Super-gro 2 4
Crop-quick 4 3
A farmer is preparing to plant a crop in the spring and needs to fertilize
a field. There are two brands of fertilizer to choose from, Super-gro
and Crop-quick. Each brand yields a specific amount of nitrogen
and phosphate per bag, as follows:
The farmer’s field requires at least 16 pounds of nitrogen and at least
24 pounds of phosphate. Super-gro costs $6 per bag, and Crop-
quick costs $3. The farmer wants to know how many bags of each
brand to purchase in order to minimize the total cost of fertilizing.
2-3
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
LP Model Formulation – Minimization (2 of 8)
Figure 2.15 Fertilizing
farmer’s field
2-4
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Decision Variables:
x1 = number of bags of Super-gro to purchase
x2 = number of bags of Crop-quick to purchase
The Objective Function:
Minimize Z = $6x1 + 3x2
Where: $6x1 = cost of bags of Super-Gro
$3x2 = cost of bags of Crop-Quick
Model Constraints:
2x1 + 4x2  16 lb (nitrogen constraint)
4x1 + 3x2  24 lb (phosphate constraint)
x1, x2  0 (non-negativity constraint)
LP Model Formulation – Minimization (3 of 8)
2-5
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Minimize Z = $6x1 + $3x2
subject to: 2x1 + 4x2  16
4x1 + 3x2  24
x1, x2  0
Figure 2.16 Graph of Both Model Constraints
Constraint Graph – Minimization (4 of 8)
2-6
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Figure 2.17 Feasible Solution Area
Feasible Region– Minimization (5 of 8)
Minimize Z = $6x1 + $3x2
subject to: 2x1 + 4x2  16
4x1 + 3x2  24
x1, x2  0
2-7
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Figure 2.18 Optimum Solution Point
Optimal Solution Point – Minimization (6 of 8)
Minimize Z = $6x1 + $3x2
subject to: 2x1 + 4x2  16
4x1 + 3x2  24
x1, x2  0
2-8
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
 A surplus variable is subtracted from a  constraint to
convert it to an equation (=).
 A surplus variable represents an excess above a
constraint requirement level.
 A surplus variable contributes nothing to the calculated
value of the objective function.
 Subtracting surplus variables in the farmer problem
constraints:
2x1 + 4x2 - s1 = 16 (nitrogen)
4x1 + 3x2 - s2 = 24 (phosphate)
Surplus Variables – Minimization (7 of 8)
2-9
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Figure 2.19 Graph of Fertilizer Example
Graphical Solutions – Minimization (8 of 8)
Minimize Z = $6x1 + $3x2 + 0s1 + 0s2
subject to: 2x1 + 4x2 – s1 = 16
4x1 + 3x2 – s2 = 24
x1, x2, s1, s2  0
2-10
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
For some linear programming models, the general rules
do not apply.
 Special types of problems include those with:
 Multiple optimal solutions
 Infeasible solutions
 Unbounded solutions
Irregular Types of Linear Programming Problems
2-11
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Figure 2.20 Example with Multiple Optimal Solutions
Multiple Optimal Solutions Beaver Creek Pottery
Maximize Z=$40x1 + 30x2
subject to: 1x1 + 2x2  40
4x2 + 3x2  120
x1, x2  0
Where:
x1 = number of bowls
x2 = number of mugs
2-12
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Figure 2.20 Example with Multiple Optimal Solutions
Multiple Optimal Solutions Beaver Creek Pottery
The objective function is
parallel to a constraint line.
Maximize Z=$40x1 + 30x2
subject to: 1x1 + 2x2  40
4x2 + 3x2  120
x1, x2  0
Where:
x1 = number of bowls
x2 = number of mugs
2-13
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
An Infeasible Problem
Figure 2.21 Graph of an Infeasible Problem
Maximize Z = 5x1 + 3x2
subject to: 4x1 + 2x2  8
x1  4
x2  6
x1, x2  0
2-14
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
An Infeasible Problem
Figure 2.21 Graph of an Infeasible Problem
Every possible solution
violates at least one constraint:
Maximize Z = 5x1 + 3x2
subject to: 4x1 + 2x2  8
x1  4
x2  6
x1, x2  0
2-15
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
An Unbounded Problem
Figure 2.22 Graph of an Unbounded Problem
Maximize Z = 4x1 + 2x2
subject to: x1  4
x2  2
x1, x2  0
2-16
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
An Unbounded Problem
Figure 2.22 Graph of an Unbounded Problem
Value of the objective
function increases indefinitely:
Maximize Z = 4x1 + 2x2
subject to: x1  4
x2  2
x1, x2  0
2-17
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Characteristics of Linear Programming Problems
 A decision amongst alternative courses of action is required.
 The decision is represented in the model by decision variables.
 The problem encompasses a goal, expressed as an objective
function, that the decision maker wants to achieve.
 Restrictions (represented by constraints) exist that limit the
extent of achievement of the objective.
 The objective and constraints must be definable by linear
mathematical functional relationships.
2-18
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
 Proportionality - The rate of change (slope) of the objective
function and constraint equations is constant.
 Additivity - Terms in the objective function and constraint
equations must be additive.
 Divisibility -Decision variables can take on any fractional value
and are therefore continuous as opposed to integer in nature.
 Certainty - Values of all the model parameters are assumed to
be known with certainty (non-probabilistic).
Properties of Linear Programming Models
2-19
Problem Statement
Example Problem No. 1 (1 of 4)
Moore’s Meat Company produces a hot dog mixture in 1,000-pound
batches, The mixture contains two ingredients chicken and beef. The cost
per pound of each of these ingredients is as follow:
Ingredient Cost/lb.
Chicken $3
Beef $5
Each batch has the following recipe requirements:
a. At least 500 pounds of chicken.
b. At least 200 pounds of beef.
The ratio of chicken to beef must be at least 2 to 1. The company wants
to know the optimal mixture of ingredients that will minimize cost.
Formulate a linear programming model for this problem.
2-20
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Problem Statement
Example Problem No. 1 (2 of 4)
■ Hot dog mixture in 1000-pound batches.
■ Two ingredients, chicken ($3/lb) and beef ($5/lb).
■ Recipe requirements:
at least 500 pounds of “chicken”
at least 200 pounds of “beef”
■ Ratio of chicken to beef must be at least 2 to 1.
■ Determine optimal mixture of ingredients that will
minimize costs.
2-21
Solution
Example Problem No. 1 (3 of 4)
2-22
Solution
Example Problem No. 1 (4 of 4)
2-23
Solve the following model graphically:
Maximize Z = 4x1 + 5x2
subject to: x1 + 2x2  10
6x1 + 6x2  36
x1  4
x1, x2  0
Example Problem No. 2 (1 of 4)
2-24
Example Problem No. 2 (2 of 4)
2-25
Example Problem No. 2 (3 of 4)
2-26
Example Problem No. 2 (4 of 4)

More Related Content

Similar to chapter2-2-_to_be_sent.ppt................

Linear Programming Free Power Point Slide Presentation.ppt
Linear Programming Free Power Point Slide Presentation.pptLinear Programming Free Power Point Slide Presentation.ppt
Linear Programming Free Power Point Slide Presentation.pptmarkgilvinson
 
ch03 Linear Programming.ppt
ch03 Linear Programming.pptch03 Linear Programming.ppt
ch03 Linear Programming.pptkoolaung
 
Vcs slides on or 2014
Vcs slides on or 2014Vcs slides on or 2014
Vcs slides on or 2014Shakti Ranjan
 
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®
 
Formulation Lpp
Formulation  LppFormulation  Lpp
Formulation LppSachin MK
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programmingjyothimonc
 
beyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensionsbeyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensionsAngelica Angelo Ocon
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04QA Cmu
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04QA Cmu
 
Mathematics For Management CHAPTER THREE PART I.PPT
Mathematics For Management  CHAPTER THREE PART I.PPTMathematics For Management  CHAPTER THREE PART I.PPT
Mathematics For Management CHAPTER THREE PART I.PPTAYNETUTEREFE1
 
Linear Programming.ppt
Linear Programming.pptLinear Programming.ppt
Linear Programming.pptAbdullah Amin
 
Mba i qt unit-1.3_linear programming in om
Mba i qt unit-1.3_linear programming in omMba i qt unit-1.3_linear programming in om
Mba i qt unit-1.3_linear programming in omRai University
 
Math 540 Success Begins / snaptutorial.com
Math 540  Success Begins / snaptutorial.comMath 540  Success Begins / snaptutorial.com
Math 540 Success Begins / snaptutorial.comWilliamsTaylor23
 
Math 540 Massive Success / snaptutorial.com
Math 540 Massive Success / snaptutorial.comMath 540 Massive Success / snaptutorial.com
Math 540 Massive Success / snaptutorial.comStephenson165
 
Linear programming
Linear programmingLinear programming
Linear programmingTarun Gehlot
 

Similar to chapter2-2-_to_be_sent.ppt................ (20)

Linear Programming Free Power Point Slide Presentation.ppt
Linear Programming Free Power Point Slide Presentation.pptLinear Programming Free Power Point Slide Presentation.ppt
Linear Programming Free Power Point Slide Presentation.ppt
 
ch03 Linear Programming.ppt
ch03 Linear Programming.pptch03 Linear Programming.ppt
ch03 Linear Programming.ppt
 
Vcs slides on or 2014
Vcs slides on or 2014Vcs slides on or 2014
Vcs slides on or 2014
 
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
 
Formulation Lpp
Formulation  LppFormulation  Lpp
Formulation Lpp
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programming
 
Ms(lpgraphicalsoln.)[1]
Ms(lpgraphicalsoln.)[1]Ms(lpgraphicalsoln.)[1]
Ms(lpgraphicalsoln.)[1]
 
beyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensionsbeyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensions
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04
 
Chapter two
Chapter twoChapter two
Chapter two
 
Mathematics For Management CHAPTER THREE PART I.PPT
Mathematics For Management  CHAPTER THREE PART I.PPTMathematics For Management  CHAPTER THREE PART I.PPT
Mathematics For Management CHAPTER THREE PART I.PPT
 
Linear Programming.ppt
Linear Programming.pptLinear Programming.ppt
Linear Programming.ppt
 
Mba i qt unit-1.3_linear programming in om
Mba i qt unit-1.3_linear programming in omMba i qt unit-1.3_linear programming in om
Mba i qt unit-1.3_linear programming in om
 
Math 540 Success Begins / snaptutorial.com
Math 540  Success Begins / snaptutorial.comMath 540  Success Begins / snaptutorial.com
Math 540 Success Begins / snaptutorial.com
 
Math 540 Massive Success / snaptutorial.com
Math 540 Massive Success / snaptutorial.comMath 540 Massive Success / snaptutorial.com
Math 540 Massive Success / snaptutorial.com
 
OR_Hamdy_taha.ppt
OR_Hamdy_taha.pptOR_Hamdy_taha.ppt
OR_Hamdy_taha.ppt
 
OR_Hamdy_taha.ppt
OR_Hamdy_taha.pptOR_Hamdy_taha.ppt
OR_Hamdy_taha.ppt
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Operations research
Operations researchOperations research
Operations research
 

More from ssuser486a8b

1. Medium-Term Fiscal Framework, Expenditure Management Framework, and Guidel...
1. Medium-Term Fiscal Framework, Expenditure Management Framework, and Guidel...1. Medium-Term Fiscal Framework, Expenditure Management Framework, and Guidel...
1. Medium-Term Fiscal Framework, Expenditure Management Framework, and Guidel...ssuser486a8b
 
tin-160201063310.ppt budget budget............
tin-160201063310.ppt budget budget............tin-160201063310.ppt budget budget............
tin-160201063310.ppt budget budget............ssuser486a8b
 
Strategic Planning_Jyruss.Regalado.pptx.
Strategic Planning_Jyruss.Regalado.pptx.Strategic Planning_Jyruss.Regalado.pptx.
Strategic Planning_Jyruss.Regalado.pptx.ssuser486a8b
 
HRIS - JYRUSS REGALADO.pptvvvvvvvvvvvvvvvvvvvvvvvvv
HRIS - JYRUSS REGALADO.pptvvvvvvvvvvvvvvvvvvvvvvvvvHRIS - JYRUSS REGALADO.pptvvvvvvvvvvvvvvvvvvvvvvvvv
HRIS - JYRUSS REGALADO.pptvvvvvvvvvvvvvvvvvvvvvvvvvssuser486a8b
 
HRM303-6p.ppt............................................
HRM303-6p.ppt............................................HRM303-6p.ppt............................................
HRM303-6p.ppt............................................ssuser486a8b
 
519166626-Impact-of-Global-Finance-Structure-on-Phi.pptx
519166626-Impact-of-Global-Finance-Structure-on-Phi.pptx519166626-Impact-of-Global-Finance-Structure-on-Phi.pptx
519166626-Impact-of-Global-Finance-Structure-on-Phi.pptxssuser486a8b
 
Strategic Planning_Jyruss.Regalado..pptx
Strategic Planning_Jyruss.Regalado..pptxStrategic Planning_Jyruss.Regalado..pptx
Strategic Planning_Jyruss.Regalado..pptxssuser486a8b
 
Policy Analysis.Highlights of Units I & II-1 (1).ppt
Policy Analysis.Highlights of Units I & II-1 (1).pptPolicy Analysis.Highlights of Units I & II-1 (1).ppt
Policy Analysis.Highlights of Units I & II-1 (1).pptssuser486a8b
 
4_FOREIGN_INVESTMENTS_ECONOMICS_LETURESA
4_FOREIGN_INVESTMENTS_ECONOMICS_LETURESA4_FOREIGN_INVESTMENTS_ECONOMICS_LETURESA
4_FOREIGN_INVESTMENTS_ECONOMICS_LETURESAssuser486a8b
 
PVRTY EQLTY rev. 2.pptx
PVRTY EQLTY rev. 2.pptxPVRTY EQLTY rev. 2.pptx
PVRTY EQLTY rev. 2.pptxssuser486a8b
 
Material Handling Report.pptx
Material Handling Report.pptxMaterial Handling Report.pptx
Material Handling Report.pptxssuser486a8b
 
Ch11Material handling.pdf
Ch11Material handling.pdfCh11Material handling.pdf
Ch11Material handling.pdfssuser486a8b
 

More from ssuser486a8b (13)

1. Medium-Term Fiscal Framework, Expenditure Management Framework, and Guidel...
1. Medium-Term Fiscal Framework, Expenditure Management Framework, and Guidel...1. Medium-Term Fiscal Framework, Expenditure Management Framework, and Guidel...
1. Medium-Term Fiscal Framework, Expenditure Management Framework, and Guidel...
 
tin-160201063310.ppt budget budget............
tin-160201063310.ppt budget budget............tin-160201063310.ppt budget budget............
tin-160201063310.ppt budget budget............
 
Strategic Planning_Jyruss.Regalado.pptx.
Strategic Planning_Jyruss.Regalado.pptx.Strategic Planning_Jyruss.Regalado.pptx.
Strategic Planning_Jyruss.Regalado.pptx.
 
HRIS - JYRUSS REGALADO.pptvvvvvvvvvvvvvvvvvvvvvvvvv
HRIS - JYRUSS REGALADO.pptvvvvvvvvvvvvvvvvvvvvvvvvvHRIS - JYRUSS REGALADO.pptvvvvvvvvvvvvvvvvvvvvvvvvv
HRIS - JYRUSS REGALADO.pptvvvvvvvvvvvvvvvvvvvvvvvvv
 
HRM303-6p.ppt............................................
HRM303-6p.ppt............................................HRM303-6p.ppt............................................
HRM303-6p.ppt............................................
 
519166626-Impact-of-Global-Finance-Structure-on-Phi.pptx
519166626-Impact-of-Global-Finance-Structure-on-Phi.pptx519166626-Impact-of-Global-Finance-Structure-on-Phi.pptx
519166626-Impact-of-Global-Finance-Structure-on-Phi.pptx
 
Strategic Planning_Jyruss.Regalado..pptx
Strategic Planning_Jyruss.Regalado..pptxStrategic Planning_Jyruss.Regalado..pptx
Strategic Planning_Jyruss.Regalado..pptx
 
Policy Analysis.Highlights of Units I & II-1 (1).ppt
Policy Analysis.Highlights of Units I & II-1 (1).pptPolicy Analysis.Highlights of Units I & II-1 (1).ppt
Policy Analysis.Highlights of Units I & II-1 (1).ppt
 
4_FOREIGN_INVESTMENTS_ECONOMICS_LETURESA
4_FOREIGN_INVESTMENTS_ECONOMICS_LETURESA4_FOREIGN_INVESTMENTS_ECONOMICS_LETURESA
4_FOREIGN_INVESTMENTS_ECONOMICS_LETURESA
 
PVRTY EQLTY rev. 2.pptx
PVRTY EQLTY rev. 2.pptxPVRTY EQLTY rev. 2.pptx
PVRTY EQLTY rev. 2.pptx
 
EuroMAC_Ch18.pptx
EuroMAC_Ch18.pptxEuroMAC_Ch18.pptx
EuroMAC_Ch18.pptx
 
Material Handling Report.pptx
Material Handling Report.pptxMaterial Handling Report.pptx
Material Handling Report.pptx
 
Ch11Material handling.pdf
Ch11Material handling.pdfCh11Material handling.pdf
Ch11Material handling.pdf
 

Recently uploaded

Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Roland Driesen
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurSuhani Kapoor
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth MarketingShawn Pang
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Roomdivyansh0kumar0
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
DEPED Work From Home WORKWEEK-PLAN.docx
DEPED Work From Home  WORKWEEK-PLAN.docxDEPED Work From Home  WORKWEEK-PLAN.docx
DEPED Work From Home WORKWEEK-PLAN.docxRodelinaLaud
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdfOrient Homes
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 

Recently uploaded (20)

Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
 
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
Tech Startup Growth Hacking 101  - Basics on Growth MarketingTech Startup Growth Hacking 101  - Basics on Growth Marketing
Tech Startup Growth Hacking 101 - Basics on Growth Marketing
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Howrah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Howrah 👉 8250192130 Available With Room
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Best Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting PartnershipBest Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting Partnership
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
DEPED Work From Home WORKWEEK-PLAN.docx
DEPED Work From Home  WORKWEEK-PLAN.docxDEPED Work From Home  WORKWEEK-PLAN.docx
DEPED Work From Home WORKWEEK-PLAN.docx
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdf
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 

chapter2-2-_to_be_sent.ppt................

  • 1. 2-1 Linear Programming: Model Formulation and Graphical Solution Chapter 2 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 2. 2-2 LP Model Formulation – Minimization (1 of 8) Chemical Contribution Brand Nitrogen (lb/bag) Phosphate (lb/bag) Super-gro 2 4 Crop-quick 4 3 A farmer is preparing to plant a crop in the spring and needs to fertilize a field. There are two brands of fertilizer to choose from, Super-gro and Crop-quick. Each brand yields a specific amount of nitrogen and phosphate per bag, as follows: The farmer’s field requires at least 16 pounds of nitrogen and at least 24 pounds of phosphate. Super-gro costs $6 per bag, and Crop- quick costs $3. The farmer wants to know how many bags of each brand to purchase in order to minimize the total cost of fertilizing.
  • 3. 2-3 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall LP Model Formulation – Minimization (2 of 8) Figure 2.15 Fertilizing farmer’s field
  • 4. 2-4 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Decision Variables: x1 = number of bags of Super-gro to purchase x2 = number of bags of Crop-quick to purchase The Objective Function: Minimize Z = $6x1 + 3x2 Where: $6x1 = cost of bags of Super-Gro $3x2 = cost of bags of Crop-Quick Model Constraints: 2x1 + 4x2  16 lb (nitrogen constraint) 4x1 + 3x2  24 lb (phosphate constraint) x1, x2  0 (non-negativity constraint) LP Model Formulation – Minimization (3 of 8)
  • 5. 2-5 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Minimize Z = $6x1 + $3x2 subject to: 2x1 + 4x2  16 4x1 + 3x2  24 x1, x2  0 Figure 2.16 Graph of Both Model Constraints Constraint Graph – Minimization (4 of 8)
  • 6. 2-6 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Figure 2.17 Feasible Solution Area Feasible Region– Minimization (5 of 8) Minimize Z = $6x1 + $3x2 subject to: 2x1 + 4x2  16 4x1 + 3x2  24 x1, x2  0
  • 7. 2-7 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Figure 2.18 Optimum Solution Point Optimal Solution Point – Minimization (6 of 8) Minimize Z = $6x1 + $3x2 subject to: 2x1 + 4x2  16 4x1 + 3x2  24 x1, x2  0
  • 8. 2-8 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall  A surplus variable is subtracted from a  constraint to convert it to an equation (=).  A surplus variable represents an excess above a constraint requirement level.  A surplus variable contributes nothing to the calculated value of the objective function.  Subtracting surplus variables in the farmer problem constraints: 2x1 + 4x2 - s1 = 16 (nitrogen) 4x1 + 3x2 - s2 = 24 (phosphate) Surplus Variables – Minimization (7 of 8)
  • 9. 2-9 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Figure 2.19 Graph of Fertilizer Example Graphical Solutions – Minimization (8 of 8) Minimize Z = $6x1 + $3x2 + 0s1 + 0s2 subject to: 2x1 + 4x2 – s1 = 16 4x1 + 3x2 – s2 = 24 x1, x2, s1, s2  0
  • 10. 2-10 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall For some linear programming models, the general rules do not apply.  Special types of problems include those with:  Multiple optimal solutions  Infeasible solutions  Unbounded solutions Irregular Types of Linear Programming Problems
  • 11. 2-11 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Figure 2.20 Example with Multiple Optimal Solutions Multiple Optimal Solutions Beaver Creek Pottery Maximize Z=$40x1 + 30x2 subject to: 1x1 + 2x2  40 4x2 + 3x2  120 x1, x2  0 Where: x1 = number of bowls x2 = number of mugs
  • 12. 2-12 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Figure 2.20 Example with Multiple Optimal Solutions Multiple Optimal Solutions Beaver Creek Pottery The objective function is parallel to a constraint line. Maximize Z=$40x1 + 30x2 subject to: 1x1 + 2x2  40 4x2 + 3x2  120 x1, x2  0 Where: x1 = number of bowls x2 = number of mugs
  • 13. 2-13 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall An Infeasible Problem Figure 2.21 Graph of an Infeasible Problem Maximize Z = 5x1 + 3x2 subject to: 4x1 + 2x2  8 x1  4 x2  6 x1, x2  0
  • 14. 2-14 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall An Infeasible Problem Figure 2.21 Graph of an Infeasible Problem Every possible solution violates at least one constraint: Maximize Z = 5x1 + 3x2 subject to: 4x1 + 2x2  8 x1  4 x2  6 x1, x2  0
  • 15. 2-15 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall An Unbounded Problem Figure 2.22 Graph of an Unbounded Problem Maximize Z = 4x1 + 2x2 subject to: x1  4 x2  2 x1, x2  0
  • 16. 2-16 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall An Unbounded Problem Figure 2.22 Graph of an Unbounded Problem Value of the objective function increases indefinitely: Maximize Z = 4x1 + 2x2 subject to: x1  4 x2  2 x1, x2  0
  • 17. 2-17 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Characteristics of Linear Programming Problems  A decision amongst alternative courses of action is required.  The decision is represented in the model by decision variables.  The problem encompasses a goal, expressed as an objective function, that the decision maker wants to achieve.  Restrictions (represented by constraints) exist that limit the extent of achievement of the objective.  The objective and constraints must be definable by linear mathematical functional relationships.
  • 18. 2-18 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall  Proportionality - The rate of change (slope) of the objective function and constraint equations is constant.  Additivity - Terms in the objective function and constraint equations must be additive.  Divisibility -Decision variables can take on any fractional value and are therefore continuous as opposed to integer in nature.  Certainty - Values of all the model parameters are assumed to be known with certainty (non-probabilistic). Properties of Linear Programming Models
  • 19. 2-19 Problem Statement Example Problem No. 1 (1 of 4) Moore’s Meat Company produces a hot dog mixture in 1,000-pound batches, The mixture contains two ingredients chicken and beef. The cost per pound of each of these ingredients is as follow: Ingredient Cost/lb. Chicken $3 Beef $5 Each batch has the following recipe requirements: a. At least 500 pounds of chicken. b. At least 200 pounds of beef. The ratio of chicken to beef must be at least 2 to 1. The company wants to know the optimal mixture of ingredients that will minimize cost. Formulate a linear programming model for this problem.
  • 20. 2-20 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Problem Statement Example Problem No. 1 (2 of 4) ■ Hot dog mixture in 1000-pound batches. ■ Two ingredients, chicken ($3/lb) and beef ($5/lb). ■ Recipe requirements: at least 500 pounds of “chicken” at least 200 pounds of “beef” ■ Ratio of chicken to beef must be at least 2 to 1. ■ Determine optimal mixture of ingredients that will minimize costs.
  • 23. 2-23 Solve the following model graphically: Maximize Z = 4x1 + 5x2 subject to: x1 + 2x2  10 6x1 + 6x2  36 x1  4 x1, x2  0 Example Problem No. 2 (1 of 4)