SlideShare a Scribd company logo
1 of 12
Download to read offline
Chapter 2 - Introduction to Optimization & Linear Programming : S-1
———————————————————————————————————————————
—
Chapter 2
Introduction to Optimization & Linear Programming
1. If an LP model has more than one optimal solution it has an infinite number of alternate optimal
solutions. In Figure 2.8, the two extreme points at (122, 78) and (174, 0) are alternate optimal solutions,
but there are an infinite number of alternate optimal solutions along the edge connecting these extreme
points. This is true of all LP models with alternate optimal solutions.
2. There is no guarantee that the optimal solution to an LP problem will occur at an integer-valued extreme
point of the feasible region. (An exception to this general rule is discussed in Chapter 5 on networks).
3. We can graph an inequality as if they were an equality because the condition imposed by the equality
corresponds to the boundary line (or most extreme case) of the inequality.
4. The objectives are equivalent. For any values of X1 and X2, the absolute value of the objectives are the
same. Thus, maximizing the value of the first objective is equivalent to minimizing the value of the
second objective.
5. a. linear
b. nonlinear
c. linear, can be re-written as: 4 X1 - .3333 X2 = 75
d. linear, can be re-written as: 2.1 X1 + 1.1 X2 - 3.9 X3 ≤ 0
e. nonlinear
6.
Chapter 2 - Introduction to Optimization & Linear Programming : S-2
———————————————————————————————————————————
—
7.
8.
Chapter 2 - Introduction to Optimization & Linear Programming : S-3
———————————————————————————————————————————
—
9.
X1
X2
0 5 10 15 20 25
5
10
15
20
(0, 15) obj = 300
(0, 12) obj = 240
(6.67, 5.33) obj =140
(11.67, 3.33) obj = 125
(optimal solution)
10.
Chapter 2 - Introduction to Optimization & Linear Programming : S-4
———————————————————————————————————————————
—
11.
12.
Chapter 2 - Introduction to Optimization & Linear Programming : S-5
———————————————————————————————————————————
—
13. X1 = # of TV spots, X2 = # of magazine ads
MAX 15 X1 + 25 X2 (profit)
ST 5 X1 + 2 X2 < 100 (ad budget)
5 X1 + 0 X2 ≤ 70 (TV limit)
0 X1 + 2 X2 ≤ 50 (magazine limit)
X1, X2 ≥ 0
14. X1 = tons of ore purchased from mine 1, X2 = tons of ore purchased from mine 2
MIN 90 X1 + 120 X2 (cost)
ST 0.2 X1 + 0.3 X2 > 8 (copper)
0.2 X1 + 0.25 X2 > 6 (zinc)
0.15 X1 + 0.1 X2 > 5 (magnesium)
X1, X2 ≥ 0
X1
(14,15)
X2
10
20
10
20
30
40
(14,0)
(0,25)
(10,25)
15X1
+25X2
=400
15X1
+25X2
=775
Chapter 2 - Introduction to Optimization & Linear Programming : S-6
———————————————————————————————————————————
—
15. X1 = number of generators, X2 = number of alternators
MAX 250 X1 + 150 X2
ST 2 X1 + 3 X2 ≤ 260
1 X1 + 2 X2 ≤ 140
X1, X2 ≥ 0
16. X1 = number of generators, X2 = number of alternators
MAX 250 X1 + 150 X2
ST 2 X1 + 3 X2 ≤ 260
1 X1 + 2 X2 ≤ 140
X1≥ 20
X2 ≥ 20
Chapter 2 - Introduction to Optimization & Linear Programming : S-7
———————————————————————————————————————————
—
d. No, the feasible region would not increase so the solution would not change -- you'd just have
extra (unused) wiring capacity.
17. X1 = proportion of beef in the mix, X2 = proportion of pork in the mix
MIN .85 X1 + .65 X2
ST 1X1 + 1 X2 = 1
0.2 X1 + 0.3 X2 ≤ 0.25
X1, X2 ≥ 0
18. R = number of Razors produced, Z = number of Zoomers produced
MAX 70 R + 40 Z
Chapter 2 - Introduction to Optimization & Linear Programming : S-8
———————————————————————————————————————————
—
ST R + Z ≤ 700
R – Z ≤ 300
2 R + 1 Z ≤ 900
3 R + 4 Z ≤ 2400
R, Z ≥ 0
19. P = number of Presidential desks produced, S = number of Senator desks produced
MAX 103.75 P + 97.85 S
ST 30 P + 24 S ≤ 15,000
1 P + 1 S ≤ 600
5 P + 3 S ≤ 3000
P, S ≥ 0
20. X1 = acres planted in watermelons, X2 = acres planted in cantaloupes
MAX 256 X1 + 284.5 X2
ST 50 X1 + 75 X2 ≤ 6000
X1 + X2 ≤ 100
X1, X2 ≥ 0
Chapter 2 - Introduction to Optimization & Linear Programming : S-9
———————————————————————————————————————————
—
21. D = number of doors produced, W = number of windows produced
MAX 500 D + 400 W
ST 1 D + 0.5 W ≤ 40
0.5 D + 0.75 W ≤ 40
0.5 D + 1 W ≤ 60
D, W ≥ 0
22. X1 = number of desktop computers, X2 = number of laptop computers
MAX 600 X1 + 900 X2
ST 2 X1 + 3 X2 ≤ 300
X1 ≤ 80
X2 ≤ 75
X1, X2 ≥ 0
X1
X2
0 25 50 75 100 125
25
50
75
100 (0, 80) obj = 22760
(60, 40) obj =26740
(optimal solution)
(100, 0) obj = 25600
0
Chapter 2 - Introduction to Optimization & Linear Programming : S-10
———————————————————————————————————————————
—
23. T= number of TV ads to run, M = number of magazine ads to run
MIN 500 T + 750 P
ST 3T + 1P ≥ 14
-1T + 4P ≥ 4
0T + 2P ≥ 3
T, P ≥ 0
Case 2-1: For The Lines They Are A-Changin’
Errata: In the first printing, this case refers to file “Fig. 2-8.xls” but the actual file name is “Fig2-8.xls”
1. 200 pumps, 1566 labor hours, 2712 feet of tubing.
Chapter 2 - Introduction to Optimization & Linear Programming : S-11
———————————————————————————————————————————
—
2. Pumps are a binding constraint and should be increased to 207, if possible. This would increase
profits by $1,400 to $67,500.
3. Labor is a binding constraint and should be increased to 1800, if possible. This would increase
profits by $3,900 to $70,000.
4. Tubing is a non-binding constraint. They’ve already got more than they can use and don’t need any
more.
5. 9 to 8: profit increases by $3,050
8 to 7: profit increases by $850
7 to 6: profit increases by $0
6. 6 to 5: profit increases by $975
5 to 4: profit increases by $585
4 to 3: profit increases by $390
Chapter 2 - Introduction to Optimization & Linear Programming : S-12
———————————————————————————————————————————
—
7. 12 to 11: profit increases by $0
11 to 10: profit increases by $0
10 to 9: profit increases by $0
8. 16 to 15: profit increases by $0
15 to 14: profit increases by $0
14 to 13: profit increases by $0
9. The profit on Aqua-Spas can vary between $300 and $450 without changing the optimal solution.
10. The profit on Hydro-Luxes can vary between $233.33 and $350 without changing the optimal
solution.

More Related Content

What's hot

Mb 106 quantitative techniques 7
Mb 106 quantitative techniques 7Mb 106 quantitative techniques 7
Mb 106 quantitative techniques 7KrishnaRoy45
 
Cien problemas de programacion lineal parte 4
Cien problemas de programacion lineal   parte 4Cien problemas de programacion lineal   parte 4
Cien problemas de programacion lineal parte 4fzeus
 
Operations Research Problem
Operations Research  ProblemOperations Research  Problem
Operations Research ProblemTaslima Mujawar
 
Time Value of money
Time Value of moneyTime Value of money
Time Value of moneyhalimsarkar
 
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
 
06 ch ken black solution
06 ch ken black solution06 ch ken black solution
06 ch ken black solutionKrunal Shah
 
Expo 3 analisis de sensibilidad (metodo simplex)
Expo 3 analisis de sensibilidad (metodo simplex)Expo 3 analisis de sensibilidad (metodo simplex)
Expo 3 analisis de sensibilidad (metodo simplex)Ayda Ramirez Montalvo
 
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
 
Simplex Method
Simplex MethodSimplex Method
Simplex Methodkzoe1996
 
01 ch ken black solution
01 ch ken black solution01 ch ken black solution
01 ch ken black solutionKrunal Shah
 
heizer jay operations managementSupp07pp
 heizer jay operations managementSupp07pp heizer jay operations managementSupp07pp
heizer jay operations managementSupp07ppTaliya Hemanth
 

What's hot (20)

Lpp simplex method
Lpp simplex methodLpp simplex method
Lpp simplex method
 
Mb 106 quantitative techniques 7
Mb 106 quantitative techniques 7Mb 106 quantitative techniques 7
Mb 106 quantitative techniques 7
 
Cien problemas de programacion lineal parte 4
Cien problemas de programacion lineal   parte 4Cien problemas de programacion lineal   parte 4
Cien problemas de programacion lineal parte 4
 
Operations Research Problem
Operations Research  ProblemOperations Research  Problem
Operations Research Problem
 
Time Value of money
Time Value of moneyTime Value of money
Time Value of money
 
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
 
06 ch ken black solution
06 ch ken black solution06 ch ken black solution
06 ch ken black solution
 
Simplex two phase
Simplex two phaseSimplex two phase
Simplex two phase
 
OR II.ppt
OR II.pptOR II.ppt
OR II.ppt
 
Unidad 2 ejercicios
Unidad 2 ejercicios Unidad 2 ejercicios
Unidad 2 ejercicios
 
Expo 3 analisis de sensibilidad (metodo simplex)
Expo 3 analisis de sensibilidad (metodo simplex)Expo 3 analisis de sensibilidad (metodo simplex)
Expo 3 analisis de sensibilidad (metodo simplex)
 
Deber operativa
Deber operativaDeber operativa
Deber operativa
 
2. lp iterative methods
2. lp   iterative methods2. lp   iterative methods
2. lp iterative methods
 
simplex method
simplex methodsimplex method
simplex method
 
Ch06 cma
Ch06  cmaCh06  cma
Ch06 cma
 
beyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensionsbeyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensions
 
Simplex Method
Simplex MethodSimplex Method
Simplex Method
 
Forecasting Uncertainty - Obermeyer Case Study
Forecasting Uncertainty - Obermeyer Case StudyForecasting Uncertainty - Obermeyer Case Study
Forecasting Uncertainty - Obermeyer Case Study
 
01 ch ken black solution
01 ch ken black solution01 ch ken black solution
01 ch ken black solution
 
heizer jay operations managementSupp07pp
 heizer jay operations managementSupp07pp heizer jay operations managementSupp07pp
heizer jay operations managementSupp07pp
 

Similar to Ch 02

Management Science
Management ScienceManagement Science
Management Sciencelisa1090
 
Design and Implementation of a Dual Stage Operational Amplifier
Design and Implementation of a Dual Stage Operational AmplifierDesign and Implementation of a Dual Stage Operational Amplifier
Design and Implementation of a Dual Stage Operational AmplifierIRJET Journal
 
The_Mismatch_Noise_Cancellation_Architecture
The_Mismatch_Noise_Cancellation_ArchitectureThe_Mismatch_Noise_Cancellation_Architecture
The_Mismatch_Noise_Cancellation_ArchitectureShereef Shehata
 
射頻電子 - [第六章] 低雜訊放大器設計
射頻電子 - [第六章] 低雜訊放大器設計射頻電子 - [第六章] 低雜訊放大器設計
射頻電子 - [第六章] 低雜訊放大器設計Simen Li
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
OR 7310 Project Report
OR 7310 Project ReportOR 7310 Project Report
OR 7310 Project ReportZhang Shuyu
 
4. linear programming using excel solver
4. linear programming using excel solver4. linear programming using excel solver
4. linear programming using excel solverHakeem-Ur- Rehman
 
Module 2 logic gates
Module 2  logic gatesModule 2  logic gates
Module 2 logic gatesDeepak John
 
Econometric Analysis 8th Edition Greene Solutions Manual
Econometric Analysis 8th Edition Greene Solutions ManualEconometric Analysis 8th Edition Greene Solutions Manual
Econometric Analysis 8th Edition Greene Solutions ManualLewisSimmonss
 
JOURNAL PAPER
JOURNAL PAPERJOURNAL PAPER
JOURNAL PAPERRaj kumar
 
Project seminar ppt_steelcasting
Project seminar ppt_steelcastingProject seminar ppt_steelcasting
Project seminar ppt_steelcastingRudra Narayan Paul
 
Two stage op amp design on cadence
Two stage op amp design on cadenceTwo stage op amp design on cadence
Two stage op amp design on cadenceHaowei Jiang
 
IRJET- Developed Method for Optimal Solution of Transportation Problem
IRJET- Developed Method for Optimal Solution of Transportation ProblemIRJET- Developed Method for Optimal Solution of Transportation Problem
IRJET- Developed Method for Optimal Solution of Transportation ProblemIRJET Journal
 

Similar to Ch 02 (20)

Management Science
Management ScienceManagement Science
Management Science
 
Hspice tut
Hspice tutHspice tut
Hspice tut
 
redes neuronais
redes neuronaisredes neuronais
redes neuronais
 
Design and Implementation of a Dual Stage Operational Amplifier
Design and Implementation of a Dual Stage Operational AmplifierDesign and Implementation of a Dual Stage Operational Amplifier
Design and Implementation of a Dual Stage Operational Amplifier
 
The_Mismatch_Noise_Cancellation_Architecture
The_Mismatch_Noise_Cancellation_ArchitectureThe_Mismatch_Noise_Cancellation_Architecture
The_Mismatch_Noise_Cancellation_Architecture
 
19212757
1921275719212757
19212757
 
射頻電子 - [第六章] 低雜訊放大器設計
射頻電子 - [第六章] 低雜訊放大器設計射頻電子 - [第六章] 低雜訊放大器設計
射頻電子 - [第六章] 低雜訊放大器設計
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
OR 7310 Project Report
OR 7310 Project ReportOR 7310 Project Report
OR 7310 Project Report
 
4. linear programming using excel solver
4. linear programming using excel solver4. linear programming using excel solver
4. linear programming using excel solver
 
Module 2 logic gates
Module 2  logic gatesModule 2  logic gates
Module 2 logic gates
 
Chapter four
Chapter fourChapter four
Chapter four
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
Econometric Analysis 8th Edition Greene Solutions Manual
Econometric Analysis 8th Edition Greene Solutions ManualEconometric Analysis 8th Edition Greene Solutions Manual
Econometric Analysis 8th Edition Greene Solutions Manual
 
JOURNAL PAPER
JOURNAL PAPERJOURNAL PAPER
JOURNAL PAPER
 
Project seminar ppt_steelcasting
Project seminar ppt_steelcastingProject seminar ppt_steelcasting
Project seminar ppt_steelcasting
 
07
0707
07
 
Lp (2)
Lp (2)Lp (2)
Lp (2)
 
Two stage op amp design on cadence
Two stage op amp design on cadenceTwo stage op amp design on cadence
Two stage op amp design on cadence
 
IRJET- Developed Method for Optimal Solution of Transportation Problem
IRJET- Developed Method for Optimal Solution of Transportation ProblemIRJET- Developed Method for Optimal Solution of Transportation Problem
IRJET- Developed Method for Optimal Solution of Transportation Problem
 

More from Sou Tibon

Diaporama PDCA.ppt
Diaporama PDCA.pptDiaporama PDCA.ppt
Diaporama PDCA.pptSou Tibon
 
Diaporama SMED.ppt
Diaporama SMED.pptDiaporama SMED.ppt
Diaporama SMED.pptSou Tibon
 
Cours TPM.doc
Cours TPM.docCours TPM.doc
Cours TPM.docSou Tibon
 
Poste de traçage.docx
Poste de traçage.docxPoste de traçage.docx
Poste de traçage.docxSou Tibon
 
ce6602 sve- By EasyEngineering.net.pdf
ce6602 sve- By EasyEngineering.net.pdfce6602 sve- By EasyEngineering.net.pdf
ce6602 sve- By EasyEngineering.net.pdfSou Tibon
 
ME 6012 - By EasyEngineering.net.pdf
ME 6012 - By EasyEngineering.net.pdfME 6012 - By EasyEngineering.net.pdf
ME 6012 - By EasyEngineering.net.pdfSou Tibon
 
ME6012 - By EasyEngineering.net.pdf
ME6012 - By EasyEngineering.net.pdfME6012 - By EasyEngineering.net.pdf
ME6012 - By EasyEngineering.net.pdfSou Tibon
 
ME6012 ME UNIT 1 TO 5 - BY Civildatas.com pec.pdf
ME6012 ME UNIT 1 TO 5 - BY Civildatas.com pec.pdfME6012 ME UNIT 1 TO 5 - BY Civildatas.com pec.pdf
ME6012 ME UNIT 1 TO 5 - BY Civildatas.com pec.pdfSou Tibon
 
ME6012 M E 2 Marks & QB.pdf
ME6012 M E  2 Marks & QB.pdfME6012 M E  2 Marks & QB.pdf
ME6012 M E 2 Marks & QB.pdfSou Tibon
 
ME6012-SCAD-MSM-by www.LearnEngineering.in.pdf
ME6012-SCAD-MSM-by www.LearnEngineering.in.pdfME6012-SCAD-MSM-by www.LearnEngineering.in.pdf
ME6012-SCAD-MSM-by www.LearnEngineering.in.pdfSou Tibon
 
Final take home_exam2012_ie516
Final take home_exam2012_ie516Final take home_exam2012_ie516
Final take home_exam2012_ie516Sou Tibon
 
Final take home exam
Final take home examFinal take home exam
Final take home examSou Tibon
 
Final exam 2012 spring
Final exam 2012 springFinal exam 2012 spring
Final exam 2012 springSou Tibon
 
Final exam 2011 spring
Final exam 2011 springFinal exam 2011 spring
Final exam 2011 springSou Tibon
 

More from Sou Tibon (18)

Diaporama PDCA.ppt
Diaporama PDCA.pptDiaporama PDCA.ppt
Diaporama PDCA.ppt
 
Diaporama SMED.ppt
Diaporama SMED.pptDiaporama SMED.ppt
Diaporama SMED.ppt
 
Cours TPM.doc
Cours TPM.docCours TPM.doc
Cours TPM.doc
 
Poste de traçage.docx
Poste de traçage.docxPoste de traçage.docx
Poste de traçage.docx
 
ce6602 sve- By EasyEngineering.net.pdf
ce6602 sve- By EasyEngineering.net.pdfce6602 sve- By EasyEngineering.net.pdf
ce6602 sve- By EasyEngineering.net.pdf
 
ME 6012 - By EasyEngineering.net.pdf
ME 6012 - By EasyEngineering.net.pdfME 6012 - By EasyEngineering.net.pdf
ME 6012 - By EasyEngineering.net.pdf
 
ME6012 - By EasyEngineering.net.pdf
ME6012 - By EasyEngineering.net.pdfME6012 - By EasyEngineering.net.pdf
ME6012 - By EasyEngineering.net.pdf
 
ME6012 ME UNIT 1 TO 5 - BY Civildatas.com pec.pdf
ME6012 ME UNIT 1 TO 5 - BY Civildatas.com pec.pdfME6012 ME UNIT 1 TO 5 - BY Civildatas.com pec.pdf
ME6012 ME UNIT 1 TO 5 - BY Civildatas.com pec.pdf
 
ME6012 M E 2 Marks & QB.pdf
ME6012 M E  2 Marks & QB.pdfME6012 M E  2 Marks & QB.pdf
ME6012 M E 2 Marks & QB.pdf
 
ME6012-SCAD-MSM-by www.LearnEngineering.in.pdf
ME6012-SCAD-MSM-by www.LearnEngineering.in.pdfME6012-SCAD-MSM-by www.LearnEngineering.in.pdf
ME6012-SCAD-MSM-by www.LearnEngineering.in.pdf
 
16083116
1608311616083116
16083116
 
Final take home_exam2012_ie516
Final take home_exam2012_ie516Final take home_exam2012_ie516
Final take home_exam2012_ie516
 
Final take home exam
Final take home examFinal take home exam
Final take home exam
 
Final exam 2012 spring
Final exam 2012 springFinal exam 2012 spring
Final exam 2012 spring
 
Final exam 2011 spring
Final exam 2011 springFinal exam 2011 spring
Final exam 2011 spring
 
Exam110121
Exam110121Exam110121
Exam110121
 
Exam100412
Exam100412Exam100412
Exam100412
 
Exam100118
Exam100118Exam100118
Exam100118
 

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 

Ch 02

  • 1. Chapter 2 - Introduction to Optimization & Linear Programming : S-1 ——————————————————————————————————————————— — Chapter 2 Introduction to Optimization & Linear Programming 1. If an LP model has more than one optimal solution it has an infinite number of alternate optimal solutions. In Figure 2.8, the two extreme points at (122, 78) and (174, 0) are alternate optimal solutions, but there are an infinite number of alternate optimal solutions along the edge connecting these extreme points. This is true of all LP models with alternate optimal solutions. 2. There is no guarantee that the optimal solution to an LP problem will occur at an integer-valued extreme point of the feasible region. (An exception to this general rule is discussed in Chapter 5 on networks). 3. We can graph an inequality as if they were an equality because the condition imposed by the equality corresponds to the boundary line (or most extreme case) of the inequality. 4. The objectives are equivalent. For any values of X1 and X2, the absolute value of the objectives are the same. Thus, maximizing the value of the first objective is equivalent to minimizing the value of the second objective. 5. a. linear b. nonlinear c. linear, can be re-written as: 4 X1 - .3333 X2 = 75 d. linear, can be re-written as: 2.1 X1 + 1.1 X2 - 3.9 X3 ≤ 0 e. nonlinear 6.
  • 2. Chapter 2 - Introduction to Optimization & Linear Programming : S-2 ——————————————————————————————————————————— — 7. 8.
  • 3. Chapter 2 - Introduction to Optimization & Linear Programming : S-3 ——————————————————————————————————————————— — 9. X1 X2 0 5 10 15 20 25 5 10 15 20 (0, 15) obj = 300 (0, 12) obj = 240 (6.67, 5.33) obj =140 (11.67, 3.33) obj = 125 (optimal solution) 10.
  • 4. Chapter 2 - Introduction to Optimization & Linear Programming : S-4 ——————————————————————————————————————————— — 11. 12.
  • 5. Chapter 2 - Introduction to Optimization & Linear Programming : S-5 ——————————————————————————————————————————— — 13. X1 = # of TV spots, X2 = # of magazine ads MAX 15 X1 + 25 X2 (profit) ST 5 X1 + 2 X2 < 100 (ad budget) 5 X1 + 0 X2 ≤ 70 (TV limit) 0 X1 + 2 X2 ≤ 50 (magazine limit) X1, X2 ≥ 0 14. X1 = tons of ore purchased from mine 1, X2 = tons of ore purchased from mine 2 MIN 90 X1 + 120 X2 (cost) ST 0.2 X1 + 0.3 X2 > 8 (copper) 0.2 X1 + 0.25 X2 > 6 (zinc) 0.15 X1 + 0.1 X2 > 5 (magnesium) X1, X2 ≥ 0 X1 (14,15) X2 10 20 10 20 30 40 (14,0) (0,25) (10,25) 15X1 +25X2 =400 15X1 +25X2 =775
  • 6. Chapter 2 - Introduction to Optimization & Linear Programming : S-6 ——————————————————————————————————————————— — 15. X1 = number of generators, X2 = number of alternators MAX 250 X1 + 150 X2 ST 2 X1 + 3 X2 ≤ 260 1 X1 + 2 X2 ≤ 140 X1, X2 ≥ 0 16. X1 = number of generators, X2 = number of alternators MAX 250 X1 + 150 X2 ST 2 X1 + 3 X2 ≤ 260 1 X1 + 2 X2 ≤ 140 X1≥ 20 X2 ≥ 20
  • 7. Chapter 2 - Introduction to Optimization & Linear Programming : S-7 ——————————————————————————————————————————— — d. No, the feasible region would not increase so the solution would not change -- you'd just have extra (unused) wiring capacity. 17. X1 = proportion of beef in the mix, X2 = proportion of pork in the mix MIN .85 X1 + .65 X2 ST 1X1 + 1 X2 = 1 0.2 X1 + 0.3 X2 ≤ 0.25 X1, X2 ≥ 0 18. R = number of Razors produced, Z = number of Zoomers produced MAX 70 R + 40 Z
  • 8. Chapter 2 - Introduction to Optimization & Linear Programming : S-8 ——————————————————————————————————————————— — ST R + Z ≤ 700 R – Z ≤ 300 2 R + 1 Z ≤ 900 3 R + 4 Z ≤ 2400 R, Z ≥ 0 19. P = number of Presidential desks produced, S = number of Senator desks produced MAX 103.75 P + 97.85 S ST 30 P + 24 S ≤ 15,000 1 P + 1 S ≤ 600 5 P + 3 S ≤ 3000 P, S ≥ 0 20. X1 = acres planted in watermelons, X2 = acres planted in cantaloupes MAX 256 X1 + 284.5 X2 ST 50 X1 + 75 X2 ≤ 6000 X1 + X2 ≤ 100 X1, X2 ≥ 0
  • 9. Chapter 2 - Introduction to Optimization & Linear Programming : S-9 ——————————————————————————————————————————— — 21. D = number of doors produced, W = number of windows produced MAX 500 D + 400 W ST 1 D + 0.5 W ≤ 40 0.5 D + 0.75 W ≤ 40 0.5 D + 1 W ≤ 60 D, W ≥ 0 22. X1 = number of desktop computers, X2 = number of laptop computers MAX 600 X1 + 900 X2 ST 2 X1 + 3 X2 ≤ 300 X1 ≤ 80 X2 ≤ 75 X1, X2 ≥ 0 X1 X2 0 25 50 75 100 125 25 50 75 100 (0, 80) obj = 22760 (60, 40) obj =26740 (optimal solution) (100, 0) obj = 25600 0
  • 10. Chapter 2 - Introduction to Optimization & Linear Programming : S-10 ——————————————————————————————————————————— — 23. T= number of TV ads to run, M = number of magazine ads to run MIN 500 T + 750 P ST 3T + 1P ≥ 14 -1T + 4P ≥ 4 0T + 2P ≥ 3 T, P ≥ 0 Case 2-1: For The Lines They Are A-Changin’ Errata: In the first printing, this case refers to file “Fig. 2-8.xls” but the actual file name is “Fig2-8.xls” 1. 200 pumps, 1566 labor hours, 2712 feet of tubing.
  • 11. Chapter 2 - Introduction to Optimization & Linear Programming : S-11 ——————————————————————————————————————————— — 2. Pumps are a binding constraint and should be increased to 207, if possible. This would increase profits by $1,400 to $67,500. 3. Labor is a binding constraint and should be increased to 1800, if possible. This would increase profits by $3,900 to $70,000. 4. Tubing is a non-binding constraint. They’ve already got more than they can use and don’t need any more. 5. 9 to 8: profit increases by $3,050 8 to 7: profit increases by $850 7 to 6: profit increases by $0 6. 6 to 5: profit increases by $975 5 to 4: profit increases by $585 4 to 3: profit increases by $390
  • 12. Chapter 2 - Introduction to Optimization & Linear Programming : S-12 ——————————————————————————————————————————— — 7. 12 to 11: profit increases by $0 11 to 10: profit increases by $0 10 to 9: profit increases by $0 8. 16 to 15: profit increases by $0 15 to 14: profit increases by $0 14 to 13: profit increases by $0 9. The profit on Aqua-Spas can vary between $300 and $450 without changing the optimal solution. 10. The profit on Hydro-Luxes can vary between $233.33 and $350 without changing the optimal solution.