SlideShare a Scribd company logo
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

PPT
Taylor introms10 ppt_02
PPT
LinearProgramming-Graphicalnethod.ppt
PPT
Linear Programming - Model formulation and Graphical Solution
PPTX
Linear programming - Model formulation, Graphical Method
PDF
linearprogramming.pdf
PPT
linear programming model formulation and graphical solution
PPT
Vcs slides on or 2014
PPTX
Operations research
Taylor introms10 ppt_02
LinearProgramming-Graphicalnethod.ppt
Linear Programming - Model formulation and Graphical Solution
Linear programming - Model formulation, Graphical Method
linearprogramming.pdf
linear programming model formulation and graphical solution
Vcs slides on or 2014
Operations research

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

PPTX
Linear Programming Problem present.pptx
DOCX
Linear programming
PPT
Linear Programming 1
PDF
181_Sample-Chapter.pdf
PPTX
Linear programming
PPTX
Decision making
PPTX
Linear programming Cost Minimization
PPTX
Linear Programming
PPTX
Operations Research - Introduction
PPTX
Or graphical method, simplex method
PPTX
Operations Research
PPTX
Operation reasearch
PPTX
Operation Research
PPTX
PPTX
Operation research - Chapter 01
PPT
1.Operations Research.ppt
PPTX
Linear programming manzoor nabi
PDF
LPP, Duality and Game Theory
PPTX
Chapter two
PPTX
Simplex method material for operation .pptx
Linear Programming Problem present.pptx
Linear programming
Linear Programming 1
181_Sample-Chapter.pdf
Linear programming
Decision making
Linear programming Cost Minimization
Linear Programming
Operations Research - Introduction
Or graphical method, simplex method
Operations Research
Operation reasearch
Operation Research
Operation research - Chapter 01
1.Operations Research.ppt
Linear programming manzoor nabi
LPP, Duality and Game Theory
Chapter two
Simplex method material for operation .pptx
Ad

More from ssuser486a8b (13)

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

Recently uploaded (20)

DOCX
unit 1 COST ACCOUNTING AND COST SHEET
PDF
DOC-20250806-WA0002._20250806_112011_0000.pdf
PDF
Lecture 3 - Risk Management and Compliance.pdf
PDF
COST SHEET- Tender and Quotation unit 2.pdf
PDF
Types of control:Qualitative vs Quantitative
PPTX
Amazon (Business Studies) management studies
PPTX
Starting the business from scratch using well proven technique
PDF
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
DOCX
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
PPTX
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
PPT
340036916-American-Literature-Literary-Period-Overview.ppt
PPTX
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
PDF
Business model innovation report 2022.pdf
PPTX
Lecture (1)-Introduction.pptx business communication
PDF
Laughter Yoga Basic Learning Workshop Manual
PDF
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
PDF
Reconciliation AND MEMORANDUM RECONCILATION
PDF
Hindu Circuler Economy - Model (Concept)
PPTX
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
PPTX
ICG2025_ICG 6th steering committee 30-8-24.pptx
unit 1 COST ACCOUNTING AND COST SHEET
DOC-20250806-WA0002._20250806_112011_0000.pdf
Lecture 3 - Risk Management and Compliance.pdf
COST SHEET- Tender and Quotation unit 2.pdf
Types of control:Qualitative vs Quantitative
Amazon (Business Studies) management studies
Starting the business from scratch using well proven technique
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
CkgxkgxydkydyldylydlydyldlyddolydyoyyU2.pptx
340036916-American-Literature-Literary-Period-Overview.ppt
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
Business model innovation report 2022.pdf
Lecture (1)-Introduction.pptx business communication
Laughter Yoga Basic Learning Workshop Manual
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
Reconciliation AND MEMORANDUM RECONCILATION
Hindu Circuler Economy - Model (Concept)
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
ICG2025_ICG 6th steering committee 30-8-24.pptx

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)