SlideShare a Scribd company logo
Transportation, 
Transshipment, and 
Assignment Problems 
Chapter 6 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 6-1
6-2 
Chapter Topics 
■ The Transportation Model 
■ Computer Solution of a Transportation Problem 
■ The Transshipment Model 
■ Computer Solution of a Transshipment Problem 
■ The Assignment Model 
■ Computer Solution of an Assignment Problem 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-3 
Overview 
■ Part of a class of LP problems known as network flow models. 
■ Special mathematical features that permit very efficient, unique 
solution methods (variations of traditional simplex procedure). 
■ Detailed description of methods is contained on the companion 
website 
■ Text focuses on model formulation and solution with Excel and 
QM for windows. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-4 
The Transportation Model: Characteristics 
■ A product is transported from a number of sources to a number of 
destinations at the minimum possible cost. 
■ Each source is able to supply a fixed number of units of the 
product, and each destination has a fixed demand for the 
product. 
■ The linear programming model has constraints for supply at each 
source and demand at each destination. 
■ All constraints are equalities in a balanced transportation model 
where supply equals demand. 
■ Constraints contain inequalities in unbalanced models where supply 
does not equal demand. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-5 
Grain Elevator Supply Mill Demand 
1. Kansas City 150 A. Chicago 220 
2. Omaha 175 B. St. Louis 100 
3. Des Moines 275 C. Cincinnati 300 
Total 600 tons Total 600 tons 
Transport Cost from Grain Elevator to Mill ($/ton) 
Grain Elevator A. Chicago B. St. Louis C. Cincinnati 
1. Kansas City 
$ 6 
$ 8 
$ 10 
2. Omaha 
7 
11 
11 
3. Des Moines 
4 
5 
12 
Transportation Model Example 
Problem Definition and Data 
How many tons of wheat to transport from each grain 
elevator to each mill on a monthly basis in order to 
minimize the total cost of transportation? 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-6 
Transportation Model Example 
Transportation Network Routes 
Figure 6.1 Network of Transportation Routes for Wheat Shipments 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-7 
Transportation Model Example 
Model Formulation 
Minimize Z = $6x1A + 8x1B + 10x1C + 7x2A + 11x2B + 11x2C + 
4x3A + 5x3B + 12x3C 
subject to: 
x1A + x1B + x1C = 150 
x2A + x2B + x2C = 175 
x3A + x3B + x3C = 275 
x1A + x2A + x3A = 200 
x1B + x2B + x3B = 100 
x1C + x2C + x3C = 300 
xij ³ 0 
xij = tons of wheat from each grain elevator, i, i = 1, 2, 3, 
to each mill j, j = A,B,C 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-8 
Transportation Model Example 
Computer Solution with Excel (1 of 4) 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-9 
Transportation Model Example 
Computer Solution with Excel (2 of 4) 
Exhibit 6.2 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-10 
Transportation Model Example 
Computer Solution with Excel (3 of 4) 
Exhibit 6.3 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-11 
Transportation Model Example 
Computer Solution with Excel (4 of 4) 
Figure 6.2 Transportation Network Solution 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-12 
Transportation Model Example 
Computer Solution with Excel QM (1 of 3) 
Exhibit 6.4 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-13 
Transportation Model Example 
Computer Solution with Excel QM (2 of 3) 
Exhibit 6.5 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-14 
Transportation Model Example 
Computer Solution with Excel QM (3 of 3) 
Exhibit 6.6 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Transportation Model Example 
Computer Solution with QM for Windows (1 of 3) 
6-15 
Exhibit 6.7 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Transportation Model Example 
Computer Solution with QM for Windows (2 of 3) 
6-16 
Exhibit 6.8 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Transportation Model Example 
Computer Solution with QM for Windows (3 of 3) 
6-17 
Exhibit 6.9 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-18 
The Transshipment Model 
Characteristics 
■ Extension of the transportation model. 
■ Intermediate transshipment points are added between the sources 
and destinations. 
■ Items may be transported from: 
 Sources through transshipment points to destinations 
 One source to another 
 One transshipment point to another 
 One destination to another 
 Directly from sources to destinations 
 Some combination of these 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 
S1 
S2 
D1 
T1 
T2
6-19 
Extension of the transportation model in which 
intermediate transshipment points are added between 
sources and destinations. 
Grain Elevator 
Farm 3. Kansas City 4. Omaha 5. Des Moines 
$16 
15 
10 
14 
12 
17 
Transshipment Model Example 
Problem Definition and Data 
1. Nebraska 
2. Colorado 
Shipping Costs 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-20 
Transshipment Model Example 
Transshipment Network Routes 
Figure 6.3 Network of Transshipment Routes 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-21 
Transshipment Model Example 
Model Formulation 
Minimize Z = $16x13 + 10x14 + 12x15 + 15x23 + 14x24 
+ 17x25 + 6x36 + 8x37 + 10x38 + 7x46 + 11x47 
+ 11x48 + 4x56 + 5x57 + 12x58 
subject to: 
x13 + x14 + x15 = 300 
x23 + x24 + x25 = 300 
x36 + x46 + x56 = 200 
x37 + x47 + x57 = 100 
x38 + x48 + x58 = 300 
x13 + x23 - x36 - x37 - x38 = 0 
x14 + x24 - x46 - x47 - x48 = 0 
x15 + x25 - x56 - x57 - x58 = 0 
xij ³ 0 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-22 
Transshipment Model Example 
Computer Solution with Excel (1 of 3) 
Exhibit 6.10 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-23 
Transshipment Model Example 
Computer Solution with Excel (2 of 3) 
Exhibit 6.11 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-24 
Transshipment Model Example 
Network Solution for Wheat Shipping (3 of 3) 
Figure 6.4 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-25 
The Assignment Model 
Characteristics 
■ Special form of linear programming model similar to the 
transportation model. 
■ Supply at each source and demand at each destination 
limited to one unit. 
■ In a balanced model supply equals demand. 
■ In an unbalanced model supply does not equal demand. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-26 
Assignment Model Example 
Problem Definition and Data 
Problem: Assign four teams of officials to four games in a 
way that will minimize total distance traveled by the 
officials. Supply is always one team of officials, demand is 
for only one team of officials at each game. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Assignment Model Example 
Model Formulation 
Minimize Z = 210xAR + 90xAA + 180xAD + 160xAC + 100xBR +70xBA 
6-27 
+ 130xBD + 200xBC + 175xCR + 105xCA +140xCD 
+ 170xCC + 80xDR + 65xDA + 105xDD + 120xDC 
subject to: 
xAR + xAA + xAD + xAC = 1 xij ³ 0 
xBR + xBA + xBD + xBC = 1 
xCR + xCA + xCD + xCC = 1 
xDR + xDA + xDD + xDC = 1 
xAR + xBR + xCR + xDR = 1 
xAA + xBA + xCA + xDA = 1 
xAD + xBD + xCD + xDD = 1 
xAC + xBC + xCC + xDC = 1 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-28 
Assignment Model Example 
Computer Solution with Excel (1 of 3) 
Exhibit 6.12 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-29 
Assignment Model Example 
Computer Solution with Excel (2 of 3) 
Exhibit 6.13 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-30 
Assignment Model Example 
Computer Solution with Excel (3 of 3) 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Exhibit 6.14
6-31 
Assignment Model Example 
Assignment Network Solution 
Figure 6.5 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-32 
Assignment Model Example 
Computer Solution with Excel QM 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Exhibit 6.15
Assignment Model Example 
Computer Solution with QM for Windows (1 of 2) 
6-33 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Exhibit 6.16
Assignment Model Example 
Computer Solution with QM for Windows (2 of 2) 
6-34 
Exhibit 6.17 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Example Problem Solution 
Transportation Problem Statement 
Determine the linear programming model formulation and 
solve using Excel: 
6-35 
Construction site 
Plant A B C Supply (tons) 
1 
$ 8 
$ 5 
$ 6 
120 
2 
15 
10 
12 
80 
3 
3 
9 
10 
80 
Demand (tons) 150 70 100 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-36 
Example Problem Solution 
Model Formulation 
Minimize Z = $8x1A + 5x1B + 6x1C + 15x2A + 10x2B + 12x2C 
+3x3A + 9x3B + 10x3C 
subject to: 
x1A + x1B + x1C = 120 
x2A + x2B + x2C = 80 
x3A + x3B + x3C = 80 
x1A + x2A + x3A £ 150 
x1B + x2B + x3B £ 70 
x1C + x2C + x3C £ 100 
xij ³ 0 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
6-37 
Example Problem Solution 
Computer Solution with Excel 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 6-38

More Related Content

What's hot

transporation problem - stepping stone method
transporation problem - stepping stone methodtransporation problem - stepping stone method
transporation problem - stepping stone method
oragon291764
 
Heizer om10 ch12
Heizer om10 ch12Heizer om10 ch12
Heizer om10 ch12ryaekle
 
Accounting Principles, 12th Edition Ch21
Accounting Principles, 12th Edition Ch21Accounting Principles, 12th Edition Ch21
Accounting Principles, 12th Edition Ch21
AbdelmonsifFadl
 
Problem 6-9.pptx
Problem 6-9.pptxProblem 6-9.pptx
Problem 6-9.pptx
Bagus Septiawan
 
Solutions manual for operations research an introduction 10th edition by taha...
Solutions manual for operations research an introduction 10th edition by taha...Solutions manual for operations research an introduction 10th edition by taha...
Solutions manual for operations research an introduction 10th edition by taha...
ricmka
 
Solutions Manual for Fundamentals Of Corporate Finance 2nd Edition by Berk
Solutions Manual for Fundamentals Of Corporate Finance 2nd Edition by BerkSolutions Manual for Fundamentals Of Corporate Finance 2nd Edition by Berk
Solutions Manual for Fundamentals Of Corporate Finance 2nd Edition by Berk
Willowew
 
Linear Programming Problems {Operation Research}
Linear Programming Problems {Operation Research}Linear Programming Problems {Operation Research}
Linear Programming Problems {Operation Research}
FellowBuddy.com
 
Ch 03
Ch 03Ch 03
Ch 03
Sou Tibon
 
Chap3 (1) Introduction to Management Sciences
Chap3 (1) Introduction to Management SciencesChap3 (1) Introduction to Management Sciences
Chap3 (1) Introduction to Management SciencesSyed Shahzad Ali
 
Chapter 16 depreciation methods
Chapter 16   depreciation methodsChapter 16   depreciation methods
Chapter 16 depreciation methodsBich Lien Pham
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
Shubhagata Roy
 
F ull list test bank and solution manual 2020 2021 ( student saver team ) -pa...
F ull list test bank and solution manual 2020 2021 ( student saver team ) -pa...F ull list test bank and solution manual 2020 2021 ( student saver team ) -pa...
F ull list test bank and solution manual 2020 2021 ( student saver team ) -pa...
JoneMakine
 
North West Corner Method
North West Corner MethodNorth West Corner Method
North West Corner Method
Muhammad Waleed
 
Chapter 8 ror analysis for multiple alternatives
Chapter 8   ror analysis for multiple alternativesChapter 8   ror analysis for multiple alternatives
Chapter 8 ror analysis for multiple alternativesBich Lien Pham
 
165662191 chapter-03-answers-1
165662191 chapter-03-answers-1165662191 chapter-03-answers-1
165662191 chapter-03-answers-1
Firas Husseini
 
Corporate Finance 9th Edition Ross Solutions Manual
Corporate Finance 9th Edition Ross Solutions ManualCorporate Finance 9th Edition Ross Solutions Manual
Corporate Finance 9th Edition Ross Solutions Manual
Genevievesa
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
Alvin Niere
 
Advance Accounting b.com part 2 chapter 4 notes
Advance Accounting b.com part 2 chapter 4 notes Advance Accounting b.com part 2 chapter 4 notes
Advance Accounting b.com part 2 chapter 4 notes
Mehar Irfan
 

What's hot (20)

transporation problem - stepping stone method
transporation problem - stepping stone methodtransporation problem - stepping stone method
transporation problem - stepping stone method
 
Heizer om10 ch12
Heizer om10 ch12Heizer om10 ch12
Heizer om10 ch12
 
Accounting Principles, 12th Edition Ch21
Accounting Principles, 12th Edition Ch21Accounting Principles, 12th Edition Ch21
Accounting Principles, 12th Edition Ch21
 
Problem 6-9.pptx
Problem 6-9.pptxProblem 6-9.pptx
Problem 6-9.pptx
 
Solutions manual for operations research an introduction 10th edition by taha...
Solutions manual for operations research an introduction 10th edition by taha...Solutions manual for operations research an introduction 10th edition by taha...
Solutions manual for operations research an introduction 10th edition by taha...
 
Solutions Manual for Fundamentals Of Corporate Finance 2nd Edition by Berk
Solutions Manual for Fundamentals Of Corporate Finance 2nd Edition by BerkSolutions Manual for Fundamentals Of Corporate Finance 2nd Edition by Berk
Solutions Manual for Fundamentals Of Corporate Finance 2nd Edition by Berk
 
Linear Programming Problems {Operation Research}
Linear Programming Problems {Operation Research}Linear Programming Problems {Operation Research}
Linear Programming Problems {Operation Research}
 
Ch 03
Ch 03Ch 03
Ch 03
 
Chap3 (1) Introduction to Management Sciences
Chap3 (1) Introduction to Management SciencesChap3 (1) Introduction to Management Sciences
Chap3 (1) Introduction to Management Sciences
 
Chapter 16 depreciation methods
Chapter 16   depreciation methodsChapter 16   depreciation methods
Chapter 16 depreciation methods
 
Lp applications
Lp applicationsLp applications
Lp applications
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
F ull list test bank and solution manual 2020 2021 ( student saver team ) -pa...
F ull list test bank and solution manual 2020 2021 ( student saver team ) -pa...F ull list test bank and solution manual 2020 2021 ( student saver team ) -pa...
F ull list test bank and solution manual 2020 2021 ( student saver team ) -pa...
 
North West Corner Method
North West Corner MethodNorth West Corner Method
North West Corner Method
 
Chapter 8 ror analysis for multiple alternatives
Chapter 8   ror analysis for multiple alternativesChapter 8   ror analysis for multiple alternatives
Chapter 8 ror analysis for multiple alternatives
 
Ch12pp
Ch12ppCh12pp
Ch12pp
 
165662191 chapter-03-answers-1
165662191 chapter-03-answers-1165662191 chapter-03-answers-1
165662191 chapter-03-answers-1
 
Corporate Finance 9th Edition Ross Solutions Manual
Corporate Finance 9th Edition Ross Solutions ManualCorporate Finance 9th Edition Ross Solutions Manual
Corporate Finance 9th Edition Ross Solutions Manual
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Advance Accounting b.com part 2 chapter 4 notes
Advance Accounting b.com part 2 chapter 4 notes Advance Accounting b.com part 2 chapter 4 notes
Advance Accounting b.com part 2 chapter 4 notes
 

Viewers also liked

Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)
kongara
 
WebXpress Transshipment Module
WebXpress Transshipment ModuleWebXpress Transshipment Module
WebXpress Transshipment Module
WebXpress.IN
 
Transshipment and shipside
Transshipment  and shipsideTransshipment  and shipside
Transshipment and shipside
Danna
 
Paper on transshipment modelling
Paper on transshipment modellingPaper on transshipment modelling
Paper on transshipment modellingGeorge Cherian
 
Combine coal transshipment project report
Combine coal transshipment project reportCombine coal transshipment project report
Combine coal transshipment project report
shehri_cbe
 
Transportation lecture
Transportation lectureTransportation lecture
Transportation lecture
Moudud Hasan
 
product design and process selection
product design and  process selectionproduct design and  process selection
product design and process selection
LEADS123
 
Strategies for a Transshipment Hub: Suvarnabhumi International Airport
Strategies for a Transshipment Hub: Suvarnabhumi International AirportStrategies for a Transshipment Hub: Suvarnabhumi International Airport
Strategies for a Transshipment Hub: Suvarnabhumi International Airport
Tanade Sirinumas
 
unbalanced transportation problem
unbalanced transportation problemunbalanced transportation problem
unbalanced transportation problem
Madurai Kamaraj University
 
Product Design & Process Selection Manufacturing
Product Design & Process Selection  ManufacturingProduct Design & Process Selection  Manufacturing
Product Design & Process Selection Manufacturingwizkidrx
 
Product design and process selection
Product design and process selectionProduct design and process selection
Product design and process selectionSujan Oli
 
Production & operations management
Production & operations managementProduction & operations management
Production & operations management
shart sood
 

Viewers also liked (13)

Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)
 
WebXpress Transshipment Module
WebXpress Transshipment ModuleWebXpress Transshipment Module
WebXpress Transshipment Module
 
Transshipment and shipside
Transshipment  and shipsideTransshipment  and shipside
Transshipment and shipside
 
Paper on transshipment modelling
Paper on transshipment modellingPaper on transshipment modelling
Paper on transshipment modelling
 
Combine coal transshipment project report
Combine coal transshipment project reportCombine coal transshipment project report
Combine coal transshipment project report
 
Transportation lecture
Transportation lectureTransportation lecture
Transportation lecture
 
Assign transportation
Assign transportationAssign transportation
Assign transportation
 
product design and process selection
product design and  process selectionproduct design and  process selection
product design and process selection
 
Strategies for a Transshipment Hub: Suvarnabhumi International Airport
Strategies for a Transshipment Hub: Suvarnabhumi International AirportStrategies for a Transshipment Hub: Suvarnabhumi International Airport
Strategies for a Transshipment Hub: Suvarnabhumi International Airport
 
unbalanced transportation problem
unbalanced transportation problemunbalanced transportation problem
unbalanced transportation problem
 
Product Design & Process Selection Manufacturing
Product Design & Process Selection  ManufacturingProduct Design & Process Selection  Manufacturing
Product Design & Process Selection Manufacturing
 
Product design and process selection
Product design and process selectionProduct design and process selection
Product design and process selection
 
Production & operations management
Production & operations managementProduction & operations management
Production & operations management
 

Similar to Taylor introms10 ppt_06

Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04
QA Cmu
 
Bba 3274 qm week 9 transportation and assignment models
Bba 3274 qm week 9 transportation and assignment modelsBba 3274 qm week 9 transportation and assignment models
Bba 3274 qm week 9 transportation and assignment models
Stephen Ong
 
Taylor introms10 ppt_03
Taylor introms10 ppt_03Taylor introms10 ppt_03
Taylor introms10 ppt_03
QA Cmu
 
Chapter 5.TRANSPORTATION PROBLEM.pdf
Chapter 5.TRANSPORTATION PROBLEM.pdfChapter 5.TRANSPORTATION PROBLEM.pdf
Chapter 5.TRANSPORTATION PROBLEM.pdf
Tsegay Berhe
 
Applying Linear Optimization Using GLPK
Applying Linear Optimization Using GLPKApplying Linear Optimization Using GLPK
Applying Linear Optimization Using GLPK
Jeremy Chen
 
ch03 Linear Programming.ppt
ch03 Linear Programming.pptch03 Linear Programming.ppt
ch03 Linear Programming.ppt
koolaung
 
Transportation pbm
Transportation pbmTransportation pbm
Transportation pbmachilles11
 
Heizer om10 mod_c
Heizer om10 mod_cHeizer om10 mod_c
Heizer om10 mod_cryaekle
 
Transportation problems1
Transportation problems1Transportation problems1
Transportation problems1
Firas Husseini
 
Productions & Operations Management Chapter 08
Productions & Operations Management Chapter 08Productions & Operations Management Chapter 08
Productions & Operations Management Chapter 08
jncgw5t6xq
 
Ch 7.pptx Linear Optimization for Finance
Ch 7.pptx Linear Optimization for FinanceCh 7.pptx Linear Optimization for Finance
Ch 7.pptx Linear Optimization for Finance
SogirKhandoker
 
Operations Research
Operations ResearchOperations Research
Operations Researchajithsrc
 
Bài tập Vận chuyển - Trung chuyển - Phân việc.pdf
Bài tập Vận chuyển - Trung chuyển - Phân việc.pdfBài tập Vận chuyển - Trung chuyển - Phân việc.pdf
Bài tập Vận chuyển - Trung chuyển - Phân việc.pdf
Hiệp Bùi Trung
 
3a09fc7ee1175120b31399b1ce06b175_lect21.pdf
3a09fc7ee1175120b31399b1ce06b175_lect21.pdf3a09fc7ee1175120b31399b1ce06b175_lect21.pdf
3a09fc7ee1175120b31399b1ce06b175_lect21.pdf
OlumideAzeez1
 
Logistics Sustainability & Profitability 101
Logistics Sustainability & Profitability 101Logistics Sustainability & Profitability 101
Logistics Sustainability & Profitability 101
kevinjmireles
 
Quantitative Techniques
Quantitative TechniquesQuantitative Techniques
Quantitative Techniques
Deepthy Sai Manikandan
 
transportation_model.ppt
transportation_model.ppttransportation_model.ppt
transportation_model.ppt
ulvikeremov
 
transportation_model (4).ppt
transportation_model (4).ppttransportation_model (4).ppt
transportation_model (4).ppt
ArepuriDeepthi
 
transportation_model.ppt
transportation_model.ppttransportation_model.ppt
transportation_model.ppt
NanoSana
 
The Effects of Crossdock Shapes on Material Handling Costs
The Effects of Crossdock Shapes on Material Handling CostsThe Effects of Crossdock Shapes on Material Handling Costs
The Effects of Crossdock Shapes on Material Handling Costs
ijceronline
 

Similar to Taylor introms10 ppt_06 (20)

Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04
 
Bba 3274 qm week 9 transportation and assignment models
Bba 3274 qm week 9 transportation and assignment modelsBba 3274 qm week 9 transportation and assignment models
Bba 3274 qm week 9 transportation and assignment models
 
Taylor introms10 ppt_03
Taylor introms10 ppt_03Taylor introms10 ppt_03
Taylor introms10 ppt_03
 
Chapter 5.TRANSPORTATION PROBLEM.pdf
Chapter 5.TRANSPORTATION PROBLEM.pdfChapter 5.TRANSPORTATION PROBLEM.pdf
Chapter 5.TRANSPORTATION PROBLEM.pdf
 
Applying Linear Optimization Using GLPK
Applying Linear Optimization Using GLPKApplying Linear Optimization Using GLPK
Applying Linear Optimization Using GLPK
 
ch03 Linear Programming.ppt
ch03 Linear Programming.pptch03 Linear Programming.ppt
ch03 Linear Programming.ppt
 
Transportation pbm
Transportation pbmTransportation pbm
Transportation pbm
 
Heizer om10 mod_c
Heizer om10 mod_cHeizer om10 mod_c
Heizer om10 mod_c
 
Transportation problems1
Transportation problems1Transportation problems1
Transportation problems1
 
Productions & Operations Management Chapter 08
Productions & Operations Management Chapter 08Productions & Operations Management Chapter 08
Productions & Operations Management Chapter 08
 
Ch 7.pptx Linear Optimization for Finance
Ch 7.pptx Linear Optimization for FinanceCh 7.pptx Linear Optimization for Finance
Ch 7.pptx Linear Optimization for Finance
 
Operations Research
Operations ResearchOperations Research
Operations Research
 
Bài tập Vận chuyển - Trung chuyển - Phân việc.pdf
Bài tập Vận chuyển - Trung chuyển - Phân việc.pdfBài tập Vận chuyển - Trung chuyển - Phân việc.pdf
Bài tập Vận chuyển - Trung chuyển - Phân việc.pdf
 
3a09fc7ee1175120b31399b1ce06b175_lect21.pdf
3a09fc7ee1175120b31399b1ce06b175_lect21.pdf3a09fc7ee1175120b31399b1ce06b175_lect21.pdf
3a09fc7ee1175120b31399b1ce06b175_lect21.pdf
 
Logistics Sustainability & Profitability 101
Logistics Sustainability & Profitability 101Logistics Sustainability & Profitability 101
Logistics Sustainability & Profitability 101
 
Quantitative Techniques
Quantitative TechniquesQuantitative Techniques
Quantitative Techniques
 
transportation_model.ppt
transportation_model.ppttransportation_model.ppt
transportation_model.ppt
 
transportation_model (4).ppt
transportation_model (4).ppttransportation_model (4).ppt
transportation_model (4).ppt
 
transportation_model.ppt
transportation_model.ppttransportation_model.ppt
transportation_model.ppt
 
The Effects of Crossdock Shapes on Material Handling Costs
The Effects of Crossdock Shapes on Material Handling CostsThe Effects of Crossdock Shapes on Material Handling Costs
The Effects of Crossdock Shapes on Material Handling Costs
 

Recently uploaded

FIA officials brutally tortured innocent and snatched 200 Bitcoins of worth 4...
FIA officials brutally tortured innocent and snatched 200 Bitcoins of worth 4...FIA officials brutally tortured innocent and snatched 200 Bitcoins of worth 4...
FIA officials brutally tortured innocent and snatched 200 Bitcoins of worth 4...
jamalseoexpert1978
 
The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...
balatucanapplelovely
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
Nicola Wreford-Howard
 
Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024
FelixPerez547899
 
Mastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnapMastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnap
Norma Mushkat Gaffin
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
SynapseIndia
 
Authentically Social Presented by Corey Perlman
Authentically Social Presented by Corey PerlmanAuthentically Social Presented by Corey Perlman
Authentically Social Presented by Corey Perlman
Corey Perlman, Social Media Speaker and Consultant
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
dylandmeas
 
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
AnnySerafinaLove
 
-- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month ---- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month --
NZSG
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
taqyed
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
Lital Barkan
 
Project File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdfProject File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdf
RajPriye
 
Creative Web Design Company in Singapore
Creative Web Design Company in SingaporeCreative Web Design Company in Singapore
Creative Web Design Company in Singapore
techboxsqauremedia
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
Adam Smith
 
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Lviv Startup Club
 
Auditing study material for b.com final year students
Auditing study material for b.com final year  studentsAuditing study material for b.com final year  students
Auditing study material for b.com final year students
narasimhamurthyh4
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
tanyjahb
 
Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024
Top Forex Brokers Review
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Lviv Startup Club
 

Recently uploaded (20)

FIA officials brutally tortured innocent and snatched 200 Bitcoins of worth 4...
FIA officials brutally tortured innocent and snatched 200 Bitcoins of worth 4...FIA officials brutally tortured innocent and snatched 200 Bitcoins of worth 4...
FIA officials brutally tortured innocent and snatched 200 Bitcoins of worth 4...
 
The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
 
Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024Company Valuation webinar series - Tuesday, 4 June 2024
Company Valuation webinar series - Tuesday, 4 June 2024
 
Mastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnapMastering B2B Payments Webinar from BlueSnap
Mastering B2B Payments Webinar from BlueSnap
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
 
Authentically Social Presented by Corey Perlman
Authentically Social Presented by Corey PerlmanAuthentically Social Presented by Corey Perlman
Authentically Social Presented by Corey Perlman
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
 
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
 
-- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month ---- June 2024 is National Volunteer Month --
-- June 2024 is National Volunteer Month --
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
 
Project File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdfProject File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdf
 
Creative Web Design Company in Singapore
Creative Web Design Company in SingaporeCreative Web Design Company in Singapore
Creative Web Design Company in Singapore
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
 
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
Helen Lubchak: Тренди в управлінні проєктами та miltech (UA)
 
Auditing study material for b.com final year students
Auditing study material for b.com final year  studentsAuditing study material for b.com final year  students
Auditing study material for b.com final year students
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
 
Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024Best Forex Brokers Comparison in INDIA 2024
Best Forex Brokers Comparison in INDIA 2024
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
 

Taylor introms10 ppt_06

  • 1. Transportation, Transshipment, and Assignment Problems Chapter 6 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 6-1
  • 2. 6-2 Chapter Topics ■ The Transportation Model ■ Computer Solution of a Transportation Problem ■ The Transshipment Model ■ Computer Solution of a Transshipment Problem ■ The Assignment Model ■ Computer Solution of an Assignment Problem Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 3. 6-3 Overview ■ Part of a class of LP problems known as network flow models. ■ Special mathematical features that permit very efficient, unique solution methods (variations of traditional simplex procedure). ■ Detailed description of methods is contained on the companion website ■ Text focuses on model formulation and solution with Excel and QM for windows. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 4. 6-4 The Transportation Model: Characteristics ■ A product is transported from a number of sources to a number of destinations at the minimum possible cost. ■ Each source is able to supply a fixed number of units of the product, and each destination has a fixed demand for the product. ■ The linear programming model has constraints for supply at each source and demand at each destination. ■ All constraints are equalities in a balanced transportation model where supply equals demand. ■ Constraints contain inequalities in unbalanced models where supply does not equal demand. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 5. 6-5 Grain Elevator Supply Mill Demand 1. Kansas City 150 A. Chicago 220 2. Omaha 175 B. St. Louis 100 3. Des Moines 275 C. Cincinnati 300 Total 600 tons Total 600 tons Transport Cost from Grain Elevator to Mill ($/ton) Grain Elevator A. Chicago B. St. Louis C. Cincinnati 1. Kansas City $ 6 $ 8 $ 10 2. Omaha 7 11 11 3. Des Moines 4 5 12 Transportation Model Example Problem Definition and Data How many tons of wheat to transport from each grain elevator to each mill on a monthly basis in order to minimize the total cost of transportation? Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 6. 6-6 Transportation Model Example Transportation Network Routes Figure 6.1 Network of Transportation Routes for Wheat Shipments Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 7. 6-7 Transportation Model Example Model Formulation Minimize Z = $6x1A + 8x1B + 10x1C + 7x2A + 11x2B + 11x2C + 4x3A + 5x3B + 12x3C subject to: x1A + x1B + x1C = 150 x2A + x2B + x2C = 175 x3A + x3B + x3C = 275 x1A + x2A + x3A = 200 x1B + x2B + x3B = 100 x1C + x2C + x3C = 300 xij ³ 0 xij = tons of wheat from each grain elevator, i, i = 1, 2, 3, to each mill j, j = A,B,C Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 8. 6-8 Transportation Model Example Computer Solution with Excel (1 of 4) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 9. 6-9 Transportation Model Example Computer Solution with Excel (2 of 4) Exhibit 6.2 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 10. 6-10 Transportation Model Example Computer Solution with Excel (3 of 4) Exhibit 6.3 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 11. 6-11 Transportation Model Example Computer Solution with Excel (4 of 4) Figure 6.2 Transportation Network Solution Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 12. 6-12 Transportation Model Example Computer Solution with Excel QM (1 of 3) Exhibit 6.4 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 13. 6-13 Transportation Model Example Computer Solution with Excel QM (2 of 3) Exhibit 6.5 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 14. 6-14 Transportation Model Example Computer Solution with Excel QM (3 of 3) Exhibit 6.6 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 15. Transportation Model Example Computer Solution with QM for Windows (1 of 3) 6-15 Exhibit 6.7 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 16. Transportation Model Example Computer Solution with QM for Windows (2 of 3) 6-16 Exhibit 6.8 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 17. Transportation Model Example Computer Solution with QM for Windows (3 of 3) 6-17 Exhibit 6.9 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 18. 6-18 The Transshipment Model Characteristics ■ Extension of the transportation model. ■ Intermediate transshipment points are added between the sources and destinations. ■ Items may be transported from:  Sources through transshipment points to destinations  One source to another  One transshipment point to another  One destination to another  Directly from sources to destinations  Some combination of these Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall S1 S2 D1 T1 T2
  • 19. 6-19 Extension of the transportation model in which intermediate transshipment points are added between sources and destinations. Grain Elevator Farm 3. Kansas City 4. Omaha 5. Des Moines $16 15 10 14 12 17 Transshipment Model Example Problem Definition and Data 1. Nebraska 2. Colorado Shipping Costs Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 20. 6-20 Transshipment Model Example Transshipment Network Routes Figure 6.3 Network of Transshipment Routes Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 21. 6-21 Transshipment Model Example Model Formulation Minimize Z = $16x13 + 10x14 + 12x15 + 15x23 + 14x24 + 17x25 + 6x36 + 8x37 + 10x38 + 7x46 + 11x47 + 11x48 + 4x56 + 5x57 + 12x58 subject to: x13 + x14 + x15 = 300 x23 + x24 + x25 = 300 x36 + x46 + x56 = 200 x37 + x47 + x57 = 100 x38 + x48 + x58 = 300 x13 + x23 - x36 - x37 - x38 = 0 x14 + x24 - x46 - x47 - x48 = 0 x15 + x25 - x56 - x57 - x58 = 0 xij ³ 0 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 22. 6-22 Transshipment Model Example Computer Solution with Excel (1 of 3) Exhibit 6.10 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 23. 6-23 Transshipment Model Example Computer Solution with Excel (2 of 3) Exhibit 6.11 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 24. 6-24 Transshipment Model Example Network Solution for Wheat Shipping (3 of 3) Figure 6.4 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 25. 6-25 The Assignment Model Characteristics ■ Special form of linear programming model similar to the transportation model. ■ Supply at each source and demand at each destination limited to one unit. ■ In a balanced model supply equals demand. ■ In an unbalanced model supply does not equal demand. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 26. 6-26 Assignment Model Example Problem Definition and Data Problem: Assign four teams of officials to four games in a way that will minimize total distance traveled by the officials. Supply is always one team of officials, demand is for only one team of officials at each game. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 27. Assignment Model Example Model Formulation Minimize Z = 210xAR + 90xAA + 180xAD + 160xAC + 100xBR +70xBA 6-27 + 130xBD + 200xBC + 175xCR + 105xCA +140xCD + 170xCC + 80xDR + 65xDA + 105xDD + 120xDC subject to: xAR + xAA + xAD + xAC = 1 xij ³ 0 xBR + xBA + xBD + xBC = 1 xCR + xCA + xCD + xCC = 1 xDR + xDA + xDD + xDC = 1 xAR + xBR + xCR + xDR = 1 xAA + xBA + xCA + xDA = 1 xAD + xBD + xCD + xDD = 1 xAC + xBC + xCC + xDC = 1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 28. 6-28 Assignment Model Example Computer Solution with Excel (1 of 3) Exhibit 6.12 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 29. 6-29 Assignment Model Example Computer Solution with Excel (2 of 3) Exhibit 6.13 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 30. 6-30 Assignment Model Example Computer Solution with Excel (3 of 3) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Exhibit 6.14
  • 31. 6-31 Assignment Model Example Assignment Network Solution Figure 6.5 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 32. 6-32 Assignment Model Example Computer Solution with Excel QM Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Exhibit 6.15
  • 33. Assignment Model Example Computer Solution with QM for Windows (1 of 2) 6-33 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Exhibit 6.16
  • 34. Assignment Model Example Computer Solution with QM for Windows (2 of 2) 6-34 Exhibit 6.17 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 35. Example Problem Solution Transportation Problem Statement Determine the linear programming model formulation and solve using Excel: 6-35 Construction site Plant A B C Supply (tons) 1 $ 8 $ 5 $ 6 120 2 15 10 12 80 3 3 9 10 80 Demand (tons) 150 70 100 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 36. 6-36 Example Problem Solution Model Formulation Minimize Z = $8x1A + 5x1B + 6x1C + 15x2A + 10x2B + 12x2C +3x3A + 9x3B + 10x3C subject to: x1A + x1B + x1C = 120 x2A + x2B + x2C = 80 x3A + x3B + x3C = 80 x1A + x2A + x3A £ 150 x1B + x2B + x3B £ 70 x1C + x2C + x3C £ 100 xij ³ 0 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 37. 6-37 Example Problem Solution Computer Solution with Excel Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 38. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 6-38