SlideShare a Scribd company logo
Linear Programming
5/4/2018 4:12 PM 1
Linear Programming
Linear Programming Method is a technique for
choosing the best alternative from a set of feasible
alternatives, in situations in which the objective
function as well as the constraints can be expressed as
linear mathematical functions.
5/4/2018 4:12 PM 2
Areas of Application
i. Product Mix
ii. Blending
iii. Distribution Problems
iv. Purchasing
v. Portfolio Selection
vi. Advertising Media Mix
vii. Production and Inventory Scheduling
5/4/2018 4:12 PM 3
Total Man-hours
Available
Description Man-hours per unit
Desk Bookcase
640 Assembly 8 4
540 Finishing 4 6
100 Inspection 1 1
Profit per unit $30 $20
5/4/2018 4:12 PM 4
A small company in office furnishings field produces both desks and
bookcases. There are three stages of production –assembly, finishing and
inspection. A desk requires 8 man-hours, and bookcase 4 man-hours of
assembly time. The finishing time needed is 4 man-hours for a desk and 6 man-
hours for a bookcase. Finally, each product requires one man-hour per unit of
inspection time. For a working week, this company has available 640 man-hours
in assembly, 540 man-hours in finishing, and 100 man-hours in inspection. The
accountants have determined that, within the range of its production
possibilities, each desk can be sold with a profit of $30, and each bookcase for a
profit of $20.
Objective: Maximum possible Profit!!!
5/4/2018 4:12 PM 5
Structure of LP model
It consists of:
1. Decision variables: The courses of action, various
activities (alternatives) to achieve optimal values of
the objective function. They are denoted as X1, X2,
X3, ...., Xn.
2. Objective function: It is expressed in terms of the
decision variables to optimize the criteria of
optimality; it is a measure of performance and
denoted by Z. Z=C1X1 + C2X2 + .... + CnXn.
Where C1, C2, ...,Cn are parameters which represent
contributions of X1, X2, .., Xn to measure
performance.
5/4/2018 4:12 PM 6
Cont...
3. constraints/limitations: Resources are of limited
supply, thus the mathematical relationship to
express this limitation is inequality of the decision
variables. i.e. X1 + X2 <= b1.
5/4/2018 4:12 PM 7
General model
Max./Min. Z= C1X1 + C2X2 + ... + CnXn Objective function
Subject to constraints:
a11X1 + a12X2 + ...+ a1nXn (<=,=,>=) b1
a21X1 + a22X2 + ...+ a2nXn (<=,=,>=) b2
X1, X2, Xn>=O non-negativity constraint
5/4/2018 4:12 PM 8
Definitions
1. Decision Variables: Quantities whose values can be chosen by a
decision maker
2. Objective Function: A function of the decision variables whose
value is to be made as large (or, in some problems, as small) as
possible
3. Constraints: Restrictions on the values which can be taken by
the decision variables
4. Non-negativity Constraints: Requirements that the decision
variables not take negative values
5. Feasible solution: Any set of values of the decision variables
which satisfies all the constraints
6. Optimal Solution: Any feasible solution such that the value of
the objective function is as high(or, in minimization problems, as
low) as possible
7. Linear Program: A setup in which the objective function and
the constraints involve only linear functions of the decision
variable
5/4/2018 4:12 PM 9
Some assumptions of LPP
1. Proportionality: proportionality must exist in the
objective function and the constraint inequalities. i.e.
If unit contributes $10 to profit, total contribution must
be equal to 10X1.
2. Additivity: both in the objective function and
constraint inequalities, the total of all activities is given
by the sum total of each activity conducted separately.
(total profit is sum of individual profits).
3. Continuity: all decision variables are continuous. i.e.
Fractional values are possible.
5/4/2018 4:12 PM 10
Cont...
4. Certainty: coefficients of objective function,
coefficients of constraint inequalities, and constraints
(resources) are known with certainty.
5. Finite choices: LP model assumes that a limited
number of choices are available to a decision maker and
decision variables do not assume negative values. Only
non-negative levels of activity are feasible.
5/4/2018 4:12 PM 11
Formulation of LPP: Max. case
Example 2.1:
A firm is engaged in producing two products A & B. Each
unit of product A requires 2 kg of raw materials and 4
hours of labour for processing, while each unit of B
requires 3 kg of raw materials and 3 hours of labour of the
same type. Every week, the firm has an availability of 60 kg
of raw materials and 96 labour hours. One unit of product
A sold yields $40 and B gives $35 as profit.
Formulate the LPP to determine how many units of each
product should be produced per week so that the firm
earns max. Profit. Assume that there is no marketing
constraint so that all that is produced can be sold.
5/4/2018 4:12 PM 12
Formulation cont...
Solution:
Max. Z= 40X1 +35X2 profit
S.T.
2X1 + 3X2<=60 raw materials constraint
4X1 + 3X2<=96 labour hours constraint
X1,X2>=0 non-negativity constraint
5/4/2018 4:12 PM 13
Cont... Min. case
Example 2.2:
Agricultural research institute suggested to a farmer to
spread out at least 4800 kg of a special phosphate
fertilizer and not less than 7200 kg of a special nitrogen
fertilizer to raise productivity of crops in field. There are
two sources for obtaining these mixture A & B. Both of
these are available in bags weighting 100kg each and they
cost $40 and $24 respectively. Mixture A contains
phosphate and nitrogen equivalent of 20kg and 80kg
respectively, while mixture B contains these ingredients
equivalent of 50kg each.
Formulate this as LPP and determine how many bags of
each type should the farmer buy in order to obtain the
required fertilizer at min. Cost.
5/4/2018 4:12 PM 14
formulation
Solution:
Min. Z = 40X1 + 24X2 cost
S.T.
20X1 + 50X2>=4800 phosphate requirement
80X1 + 50X2>=7200 nitrogen requirement
X1,X2>=0 non-negativity constr.
5/4/2018 4:12 PM 15
Solution of LPP
LPP can be solved either by graphical method or
algebraic (simplex) method.
graphical method can be used only when two variables
are involved.
5/4/2018 4:12 PM 16
Graphical method
To use graphical method for solving LPP, the following
steps are required:
1. Identify the problem. The decision variables, the
objective function and the constrain restrictions.
2. Draw a graph that includes all the
constraints/restrictions and identify the feasible
region.
3. Obtain the point on the feasible region that
optimizes the objective function---optimal solution.
4. Interpret the result.
5/4/2018 4:12 PM 17
Max. case
Consider example 2.1 again.
For this problem, decision variables are X1 and X2 for
products A and B.
Thus: max. Z= 40X1 + 35X2
S.T.
2X1 + 3X2<=60
4X1 + 3X2<=96
X1,X2>=0
5/4/2018 4:12 PM 18
5/4/2018 4:12 PM 19
Cont...
N.B: the region of acceptable values of the decision
variables in relation to the given constraints ( and non-
negativity restriction) is called feasible region.
Interpretation:
the optimal solution is to produce 18 units of product
A and 8 units of product B every week to get the profit
of $1000. No other product mix under the given
conditions could yield more profit than this.
5/4/2018 4:12 PM 20
Cont...
alternately
Extreme point method is possible
Point X1 X2 Z
O 0 0 0
P 0 20 700
Q 18 8 1000 maximum (optimum)
R 24 0 960
5/4/2018 4:12 PM 21
Minimization Case
Example 2.2 reconsidered
Min. Z = 40X1 + 24X2 total cost
S.t
20X1 + 50X2 >= 4800 phosphate requirement
80X1 + 50X2 >= 7200 nitrogen requirement
X1 , X2 >= 0
5/4/2018 4:12 PM 22
5/4/2018 4:12 PM 23
Cont...
Decision variables X1 & X2 represent , respectively, the
number of bags of mixture A and of mixture B to be
bought.
Interpretation:
the total cost is minimum at the optimal point and the
optimal solution is to buy 144 bags of mixture B only
and none of mixture A. This would entail a total cost of
$3456.
5/4/2018 4:12 PM 24
Binding and non-binding constraints
Constraints is termed as binding if the left hand side of the
right hand side of it are equal when optimal values of
decision variables are substituted into the constraint it is
termed non-binding otherwise.
e.g
2X1 + 3X2 2 x 18 + 3 x 8 = 60 = RHS binding
4X1 + 3X2 4 x 18 + 3 x 8 = 96 = RHS binding
20X1 + 50X2 20x0 + 50x144 =7200 ≠4800 RHS non binding
80X1 + 50X2 80x0 + 50x144=7200=RHS binding
5/4/2018 4:12 PM 25
Redundant Constraint
If and when a constraint, when plotted, doesn`t form
part of the boundary making the feasible region of the
problem, it is said to be redundant.
The inclusion or exclusion of a redundant constraint
obviously doesn`t affect the optimal solution to the
problem.
5/4/2018 4:12 PM 26
Cont..
Example:
Continuing with example 2.1, suppose packaging is
required. Every unit of product A requires 4 hours
while every unit of B needs 3.5 hours for packaging.
Suppose that in packaging department, 105 hours are
available every week. What product mix would
maximize the profit?
Soln.:
max. Z=40X1 + 35X2
S.T. 2X1 + 3X2<=60 raw materials constraint
4X1 + 3X2<=96 labour hours constraint
4X1 + 3.5X2<=105 packaging hours constr.
X1,X2>=0 non-negativity constraint
5/4/2018 4:12 PM 27
5/4/2018 4:12 PM 28
Cont...
Interpretation:
The inclusion of the packaging hours constraint does
not provide a side of the polygon representing the
feasible region. Thus this constraint is of no
consequence and hence redundant.
optimal solution of the problem remains the same as
that of example 2.1.
5/4/2018 4:12 PM 29

More Related Content

What's hot

Chapter 4 Simplex Method ppt
Chapter 4  Simplex Method pptChapter 4  Simplex Method ppt
Chapter 4 Simplex Method pptDereje Tigabu
 
NON LINEAR PROGRAMMING
NON LINEAR PROGRAMMING NON LINEAR PROGRAMMING
NON LINEAR PROGRAMMING karishma gupta
 
Sensitivity analysis linear programming copy
Sensitivity analysis linear programming   copySensitivity analysis linear programming   copy
Sensitivity analysis linear programming copyKiran Jadhav
 
LP special cases and Duality.pptx
LP special cases and Duality.pptxLP special cases and Duality.pptx
LP special cases and Duality.pptxSnehal Athawale
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programmingjyothimonc
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1irsa javed
 
Ap for b.tech. (mechanical) Assignment Problem
Ap for b.tech. (mechanical) Assignment Problem Ap for b.tech. (mechanical) Assignment Problem
Ap for b.tech. (mechanical) Assignment Problem Prashant Khandelwal
 
Decision theory
Decision theoryDecision theory
Decision theorySurekha98
 
Post-optimal analysis of LPP
Post-optimal analysis of LPPPost-optimal analysis of LPP
Post-optimal analysis of LPPRAVI PRASAD K.J.
 
Transportation Problem In Linear Programming
Transportation Problem In Linear ProgrammingTransportation Problem In Linear Programming
Transportation Problem In Linear ProgrammingMirza Tanzida
 
job shop production system in productions and operations system
job shop production system in productions and operations systemjob shop production system in productions and operations system
job shop production system in productions and operations systemar9530
 
Operations management
Operations managementOperations management
Operations managementJagadish Raju
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation ProblemAlvin Niere
 
Capacity Requirement Planning, Rough Cut Capacity Planning
Capacity Requirement Planning, Rough Cut Capacity PlanningCapacity Requirement Planning, Rough Cut Capacity Planning
Capacity Requirement Planning, Rough Cut Capacity PlanningRaju Pegada
 
Quantitative Analysis For Management 11th Edition Render Solutions Manual
Quantitative Analysis For Management 11th Edition Render Solutions ManualQuantitative Analysis For Management 11th Edition Render Solutions Manual
Quantitative Analysis For Management 11th Edition Render Solutions ManualShermanne
 
Facility Capacity & Layout Planning
Facility Capacity & Layout PlanningFacility Capacity & Layout Planning
Facility Capacity & Layout PlanningNishant Agrawal
 

What's hot (20)

Chapter 4 Simplex Method ppt
Chapter 4  Simplex Method pptChapter 4  Simplex Method ppt
Chapter 4 Simplex Method ppt
 
Lecture27 linear programming
Lecture27 linear programmingLecture27 linear programming
Lecture27 linear programming
 
NON LINEAR PROGRAMMING
NON LINEAR PROGRAMMING NON LINEAR PROGRAMMING
NON LINEAR PROGRAMMING
 
Sensitivity analysis linear programming copy
Sensitivity analysis linear programming   copySensitivity analysis linear programming   copy
Sensitivity analysis linear programming copy
 
LP special cases and Duality.pptx
LP special cases and Duality.pptxLP special cases and Duality.pptx
LP special cases and Duality.pptx
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programming
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1
 
Goal programming
Goal programmingGoal programming
Goal programming
 
Ap for b.tech. (mechanical) Assignment Problem
Ap for b.tech. (mechanical) Assignment Problem Ap for b.tech. (mechanical) Assignment Problem
Ap for b.tech. (mechanical) Assignment Problem
 
Big-M Method Presentation
Big-M Method PresentationBig-M Method Presentation
Big-M Method Presentation
 
Decision theory
Decision theoryDecision theory
Decision theory
 
Operation management problems
Operation management problemsOperation management problems
Operation management problems
 
Post-optimal analysis of LPP
Post-optimal analysis of LPPPost-optimal analysis of LPP
Post-optimal analysis of LPP
 
Transportation Problem In Linear Programming
Transportation Problem In Linear ProgrammingTransportation Problem In Linear Programming
Transportation Problem In Linear Programming
 
job shop production system in productions and operations system
job shop production system in productions and operations systemjob shop production system in productions and operations system
job shop production system in productions and operations system
 
Operations management
Operations managementOperations management
Operations management
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Capacity Requirement Planning, Rough Cut Capacity Planning
Capacity Requirement Planning, Rough Cut Capacity PlanningCapacity Requirement Planning, Rough Cut Capacity Planning
Capacity Requirement Planning, Rough Cut Capacity Planning
 
Quantitative Analysis For Management 11th Edition Render Solutions Manual
Quantitative Analysis For Management 11th Edition Render Solutions ManualQuantitative Analysis For Management 11th Edition Render Solutions Manual
Quantitative Analysis For Management 11th Edition Render Solutions Manual
 
Facility Capacity & Layout Planning
Facility Capacity & Layout PlanningFacility Capacity & Layout Planning
Facility Capacity & Layout Planning
 

Similar to Chapter two

Bba 3274 qm week 10 integer programming
Bba 3274 qm week 10 integer programmingBba 3274 qm week 10 integer programming
Bba 3274 qm week 10 integer programmingStephen Ong
 
Linear programming
Linear programmingLinear programming
Linear programmingTarun Gehlot
 
Mathematics For Management CHAPTER THREE PART I.PPT
Mathematics For Management  CHAPTER THREE PART I.PPTMathematics For Management  CHAPTER THREE PART I.PPT
Mathematics For Management CHAPTER THREE PART I.PPTAYNETUTEREFE1
 
CH-2 Linear Programing.pptx
CH-2 Linear Programing.pptxCH-2 Linear Programing.pptx
CH-2 Linear Programing.pptxRobiel1
 
7b3ba module ii lpp_part i- formulation (a)
7b3ba module ii lpp_part i- formulation (a)7b3ba module ii lpp_part i- formulation (a)
7b3ba module ii lpp_part i- formulation (a)Abhishek Agrahari
 
7b3ba module ii lpp_part i- formulation (a)
7b3ba module ii lpp_part i- formulation (a)7b3ba module ii lpp_part i- formulation (a)
7b3ba module ii lpp_part i- formulation (a)Abhishek Agrahari
 
Integer Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingInteger Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingSalah A. Skaik - MBA-PMP®
 
Operation research - Chapter 01
Operation research - Chapter 01Operation research - Chapter 01
Operation research - Chapter 012013901097
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptxDejeneDay
 
Chapter 12 Tactical Decision Making
Chapter 12 Tactical Decision MakingChapter 12 Tactical Decision Making
Chapter 12 Tactical Decision MakingYesica Adicondro
 
Linear programming 1
Linear programming 1Linear programming 1
Linear programming 1Van Dolino
 
Linear Programming Module- A Conceptual Framework
Linear Programming Module- A Conceptual FrameworkLinear Programming Module- A Conceptual Framework
Linear Programming Module- A Conceptual FrameworkSasquatch S
 
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
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptxDejeneDay
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptxDejeneDay
 
Chapter 2 Linear Programming for business (1).pptx
Chapter 2 Linear Programming for business (1).pptxChapter 2 Linear Programming for business (1).pptx
Chapter 2 Linear Programming for business (1).pptxanimutsileshe1
 

Similar to Chapter two (20)

Bba 3274 qm week 10 integer programming
Bba 3274 qm week 10 integer programmingBba 3274 qm week 10 integer programming
Bba 3274 qm week 10 integer programming
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Mathematics For Management CHAPTER THREE PART I.PPT
Mathematics For Management  CHAPTER THREE PART I.PPTMathematics For Management  CHAPTER THREE PART I.PPT
Mathematics For Management CHAPTER THREE PART I.PPT
 
Introduction lp
Introduction lpIntroduction lp
Introduction lp
 
CH-2 Linear Programing.pptx
CH-2 Linear Programing.pptxCH-2 Linear Programing.pptx
CH-2 Linear Programing.pptx
 
OR_Hamdy_taha.ppt
OR_Hamdy_taha.pptOR_Hamdy_taha.ppt
OR_Hamdy_taha.ppt
 
OR_Hamdy_taha.ppt
OR_Hamdy_taha.pptOR_Hamdy_taha.ppt
OR_Hamdy_taha.ppt
 
Operations research
Operations researchOperations research
Operations research
 
7b3ba module ii lpp_part i- formulation (a)
7b3ba module ii lpp_part i- formulation (a)7b3ba module ii lpp_part i- formulation (a)
7b3ba module ii lpp_part i- formulation (a)
 
7b3ba module ii lpp_part i- formulation (a)
7b3ba module ii lpp_part i- formulation (a)7b3ba module ii lpp_part i- formulation (a)
7b3ba module ii lpp_part i- formulation (a)
 
Integer Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingInteger Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear Programming
 
Operation research - Chapter 01
Operation research - Chapter 01Operation research - Chapter 01
Operation research - Chapter 01
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptx
 
Chapter 12 Tactical Decision Making
Chapter 12 Tactical Decision MakingChapter 12 Tactical Decision Making
Chapter 12 Tactical Decision Making
 
Linear programming 1
Linear programming 1Linear programming 1
Linear programming 1
 
Linear Programming Module- A Conceptual Framework
Linear Programming Module- A Conceptual FrameworkLinear Programming Module- A Conceptual Framework
Linear Programming Module- A Conceptual Framework
 
beyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensionsbeyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensions
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptx
 
chapter 2 revised.pptx
chapter 2 revised.pptxchapter 2 revised.pptx
chapter 2 revised.pptx
 
Chapter 2 Linear Programming for business (1).pptx
Chapter 2 Linear Programming for business (1).pptxChapter 2 Linear Programming for business (1).pptx
Chapter 2 Linear Programming for business (1).pptx
 

Recently uploaded

Introduction to Economics II Chapter 28 Unemployment (1).pdf
Introduction to Economics II Chapter 28 Unemployment (1).pdfIntroduction to Economics II Chapter 28 Unemployment (1).pdf
Introduction to Economics II Chapter 28 Unemployment (1).pdfSafa444074
 
how can I sell my locked pi coins safety.
how can I sell my locked pi coins safety.how can I sell my locked pi coins safety.
how can I sell my locked pi coins safety.DOT TECH
 
Latino Buying Power - May 2024 Presentation for Latino Caucus
Latino Buying Power - May 2024 Presentation for Latino CaucusLatino Buying Power - May 2024 Presentation for Latino Caucus
Latino Buying Power - May 2024 Presentation for Latino CaucusDanay Escanaverino
 
Greek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business ReviewGreek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business ReviewAntonis Zairis
 
when officially can i withdraw my pi Network coins.
when officially can i withdraw my pi Network coins.when officially can i withdraw my pi Network coins.
when officially can i withdraw my pi Network coins.DOT TECH
 
is it possible to sell pi network coin in 2024.
is it possible to sell pi network coin in 2024.is it possible to sell pi network coin in 2024.
is it possible to sell pi network coin in 2024.DOT TECH
 
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理ydubwyt
 
how can I sell my mined pi coins profitabily.
how can I sell my mined pi coins profitabily.how can I sell my mined pi coins profitabily.
how can I sell my mined pi coins profitabily.DOT TECH
 
how to sell pi coins at high rate quickly.
how to sell pi coins at high rate quickly.how to sell pi coins at high rate quickly.
how to sell pi coins at high rate quickly.DOT TECH
 
how can I sell my pi coins in China 2024.
how can I sell my pi coins in China 2024.how can I sell my pi coins in China 2024.
how can I sell my pi coins in China 2024.DOT TECH
 
Introduction to Economics II Chapter 25 Production and Growth.pdf
Introduction to Economics II Chapter 25 Production and Growth.pdfIntroduction to Economics II Chapter 25 Production and Growth.pdf
Introduction to Economics II Chapter 25 Production and Growth.pdfSafa444074
 
Next Cryptocurrencies to Explode in 2024.pdf
Next Cryptocurrencies to Explode in 2024.pdfNext Cryptocurrencies to Explode in 2024.pdf
Next Cryptocurrencies to Explode in 2024.pdfKezex (KZX)
 
how to sell pi coins in Canada, Uk and Australia
how to sell pi coins in Canada, Uk and Australiahow to sell pi coins in Canada, Uk and Australia
how to sell pi coins in Canada, Uk and AustraliaDOT TECH
 
Juspay Case study(Doubling Revenue Juspay's Success).pptx
Juspay Case study(Doubling Revenue Juspay's Success).pptxJuspay Case study(Doubling Revenue Juspay's Success).pptx
Juspay Case study(Doubling Revenue Juspay's Success).pptxaryan963438
 
How do I unlock my locked Pi coins fast.
How do I unlock my locked Pi coins fast.How do I unlock my locked Pi coins fast.
How do I unlock my locked Pi coins fast.DOT TECH
 
Jio Financial service Multibagger 2024 from India stock Market
Jio Financial service  Multibagger 2024 from India stock MarketJio Financial service  Multibagger 2024 from India stock Market
Jio Financial service Multibagger 2024 from India stock Marketfuturecapsadvisor
 
how can I transfer pi coins to someone in a different country.
how can I transfer pi coins to someone in a different country.how can I transfer pi coins to someone in a different country.
how can I transfer pi coins to someone in a different country.DOT TECH
 
how can i make money selling pi coins in 2024
how can i make money selling pi coins in 2024how can i make money selling pi coins in 2024
how can i make money selling pi coins in 2024DOT TECH
 
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...Amil Baba Dawood bangali
 

Recently uploaded (20)

Introduction to Economics II Chapter 28 Unemployment (1).pdf
Introduction to Economics II Chapter 28 Unemployment (1).pdfIntroduction to Economics II Chapter 28 Unemployment (1).pdf
Introduction to Economics II Chapter 28 Unemployment (1).pdf
 
how can I sell my locked pi coins safety.
how can I sell my locked pi coins safety.how can I sell my locked pi coins safety.
how can I sell my locked pi coins safety.
 
Latino Buying Power - May 2024 Presentation for Latino Caucus
Latino Buying Power - May 2024 Presentation for Latino CaucusLatino Buying Power - May 2024 Presentation for Latino Caucus
Latino Buying Power - May 2024 Presentation for Latino Caucus
 
Greek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business ReviewGreek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business Review
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
 
when officially can i withdraw my pi Network coins.
when officially can i withdraw my pi Network coins.when officially can i withdraw my pi Network coins.
when officially can i withdraw my pi Network coins.
 
is it possible to sell pi network coin in 2024.
is it possible to sell pi network coin in 2024.is it possible to sell pi network coin in 2024.
is it possible to sell pi network coin in 2024.
 
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
 
how can I sell my mined pi coins profitabily.
how can I sell my mined pi coins profitabily.how can I sell my mined pi coins profitabily.
how can I sell my mined pi coins profitabily.
 
how to sell pi coins at high rate quickly.
how to sell pi coins at high rate quickly.how to sell pi coins at high rate quickly.
how to sell pi coins at high rate quickly.
 
how can I sell my pi coins in China 2024.
how can I sell my pi coins in China 2024.how can I sell my pi coins in China 2024.
how can I sell my pi coins in China 2024.
 
Introduction to Economics II Chapter 25 Production and Growth.pdf
Introduction to Economics II Chapter 25 Production and Growth.pdfIntroduction to Economics II Chapter 25 Production and Growth.pdf
Introduction to Economics II Chapter 25 Production and Growth.pdf
 
Next Cryptocurrencies to Explode in 2024.pdf
Next Cryptocurrencies to Explode in 2024.pdfNext Cryptocurrencies to Explode in 2024.pdf
Next Cryptocurrencies to Explode in 2024.pdf
 
how to sell pi coins in Canada, Uk and Australia
how to sell pi coins in Canada, Uk and Australiahow to sell pi coins in Canada, Uk and Australia
how to sell pi coins in Canada, Uk and Australia
 
Juspay Case study(Doubling Revenue Juspay's Success).pptx
Juspay Case study(Doubling Revenue Juspay's Success).pptxJuspay Case study(Doubling Revenue Juspay's Success).pptx
Juspay Case study(Doubling Revenue Juspay's Success).pptx
 
How do I unlock my locked Pi coins fast.
How do I unlock my locked Pi coins fast.How do I unlock my locked Pi coins fast.
How do I unlock my locked Pi coins fast.
 
Jio Financial service Multibagger 2024 from India stock Market
Jio Financial service  Multibagger 2024 from India stock MarketJio Financial service  Multibagger 2024 from India stock Market
Jio Financial service Multibagger 2024 from India stock Market
 
how can I transfer pi coins to someone in a different country.
how can I transfer pi coins to someone in a different country.how can I transfer pi coins to someone in a different country.
how can I transfer pi coins to someone in a different country.
 
how can i make money selling pi coins in 2024
how can i make money selling pi coins in 2024how can i make money selling pi coins in 2024
how can i make money selling pi coins in 2024
 
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
 

Chapter two

  • 2. Linear Programming Linear Programming Method is a technique for choosing the best alternative from a set of feasible alternatives, in situations in which the objective function as well as the constraints can be expressed as linear mathematical functions. 5/4/2018 4:12 PM 2
  • 3. Areas of Application i. Product Mix ii. Blending iii. Distribution Problems iv. Purchasing v. Portfolio Selection vi. Advertising Media Mix vii. Production and Inventory Scheduling 5/4/2018 4:12 PM 3
  • 4. Total Man-hours Available Description Man-hours per unit Desk Bookcase 640 Assembly 8 4 540 Finishing 4 6 100 Inspection 1 1 Profit per unit $30 $20 5/4/2018 4:12 PM 4 A small company in office furnishings field produces both desks and bookcases. There are three stages of production –assembly, finishing and inspection. A desk requires 8 man-hours, and bookcase 4 man-hours of assembly time. The finishing time needed is 4 man-hours for a desk and 6 man- hours for a bookcase. Finally, each product requires one man-hour per unit of inspection time. For a working week, this company has available 640 man-hours in assembly, 540 man-hours in finishing, and 100 man-hours in inspection. The accountants have determined that, within the range of its production possibilities, each desk can be sold with a profit of $30, and each bookcase for a profit of $20. Objective: Maximum possible Profit!!!
  • 6. Structure of LP model It consists of: 1. Decision variables: The courses of action, various activities (alternatives) to achieve optimal values of the objective function. They are denoted as X1, X2, X3, ...., Xn. 2. Objective function: It is expressed in terms of the decision variables to optimize the criteria of optimality; it is a measure of performance and denoted by Z. Z=C1X1 + C2X2 + .... + CnXn. Where C1, C2, ...,Cn are parameters which represent contributions of X1, X2, .., Xn to measure performance. 5/4/2018 4:12 PM 6
  • 7. Cont... 3. constraints/limitations: Resources are of limited supply, thus the mathematical relationship to express this limitation is inequality of the decision variables. i.e. X1 + X2 <= b1. 5/4/2018 4:12 PM 7
  • 8. General model Max./Min. Z= C1X1 + C2X2 + ... + CnXn Objective function Subject to constraints: a11X1 + a12X2 + ...+ a1nXn (<=,=,>=) b1 a21X1 + a22X2 + ...+ a2nXn (<=,=,>=) b2 X1, X2, Xn>=O non-negativity constraint 5/4/2018 4:12 PM 8
  • 9. Definitions 1. Decision Variables: Quantities whose values can be chosen by a decision maker 2. Objective Function: A function of the decision variables whose value is to be made as large (or, in some problems, as small) as possible 3. Constraints: Restrictions on the values which can be taken by the decision variables 4. Non-negativity Constraints: Requirements that the decision variables not take negative values 5. Feasible solution: Any set of values of the decision variables which satisfies all the constraints 6. Optimal Solution: Any feasible solution such that the value of the objective function is as high(or, in minimization problems, as low) as possible 7. Linear Program: A setup in which the objective function and the constraints involve only linear functions of the decision variable 5/4/2018 4:12 PM 9
  • 10. Some assumptions of LPP 1. Proportionality: proportionality must exist in the objective function and the constraint inequalities. i.e. If unit contributes $10 to profit, total contribution must be equal to 10X1. 2. Additivity: both in the objective function and constraint inequalities, the total of all activities is given by the sum total of each activity conducted separately. (total profit is sum of individual profits). 3. Continuity: all decision variables are continuous. i.e. Fractional values are possible. 5/4/2018 4:12 PM 10
  • 11. Cont... 4. Certainty: coefficients of objective function, coefficients of constraint inequalities, and constraints (resources) are known with certainty. 5. Finite choices: LP model assumes that a limited number of choices are available to a decision maker and decision variables do not assume negative values. Only non-negative levels of activity are feasible. 5/4/2018 4:12 PM 11
  • 12. Formulation of LPP: Max. case Example 2.1: A firm is engaged in producing two products A & B. Each unit of product A requires 2 kg of raw materials and 4 hours of labour for processing, while each unit of B requires 3 kg of raw materials and 3 hours of labour of the same type. Every week, the firm has an availability of 60 kg of raw materials and 96 labour hours. One unit of product A sold yields $40 and B gives $35 as profit. Formulate the LPP to determine how many units of each product should be produced per week so that the firm earns max. Profit. Assume that there is no marketing constraint so that all that is produced can be sold. 5/4/2018 4:12 PM 12
  • 13. Formulation cont... Solution: Max. Z= 40X1 +35X2 profit S.T. 2X1 + 3X2<=60 raw materials constraint 4X1 + 3X2<=96 labour hours constraint X1,X2>=0 non-negativity constraint 5/4/2018 4:12 PM 13
  • 14. Cont... Min. case Example 2.2: Agricultural research institute suggested to a farmer to spread out at least 4800 kg of a special phosphate fertilizer and not less than 7200 kg of a special nitrogen fertilizer to raise productivity of crops in field. There are two sources for obtaining these mixture A & B. Both of these are available in bags weighting 100kg each and they cost $40 and $24 respectively. Mixture A contains phosphate and nitrogen equivalent of 20kg and 80kg respectively, while mixture B contains these ingredients equivalent of 50kg each. Formulate this as LPP and determine how many bags of each type should the farmer buy in order to obtain the required fertilizer at min. Cost. 5/4/2018 4:12 PM 14
  • 15. formulation Solution: Min. Z = 40X1 + 24X2 cost S.T. 20X1 + 50X2>=4800 phosphate requirement 80X1 + 50X2>=7200 nitrogen requirement X1,X2>=0 non-negativity constr. 5/4/2018 4:12 PM 15
  • 16. Solution of LPP LPP can be solved either by graphical method or algebraic (simplex) method. graphical method can be used only when two variables are involved. 5/4/2018 4:12 PM 16
  • 17. Graphical method To use graphical method for solving LPP, the following steps are required: 1. Identify the problem. The decision variables, the objective function and the constrain restrictions. 2. Draw a graph that includes all the constraints/restrictions and identify the feasible region. 3. Obtain the point on the feasible region that optimizes the objective function---optimal solution. 4. Interpret the result. 5/4/2018 4:12 PM 17
  • 18. Max. case Consider example 2.1 again. For this problem, decision variables are X1 and X2 for products A and B. Thus: max. Z= 40X1 + 35X2 S.T. 2X1 + 3X2<=60 4X1 + 3X2<=96 X1,X2>=0 5/4/2018 4:12 PM 18
  • 20. Cont... N.B: the region of acceptable values of the decision variables in relation to the given constraints ( and non- negativity restriction) is called feasible region. Interpretation: the optimal solution is to produce 18 units of product A and 8 units of product B every week to get the profit of $1000. No other product mix under the given conditions could yield more profit than this. 5/4/2018 4:12 PM 20
  • 21. Cont... alternately Extreme point method is possible Point X1 X2 Z O 0 0 0 P 0 20 700 Q 18 8 1000 maximum (optimum) R 24 0 960 5/4/2018 4:12 PM 21
  • 22. Minimization Case Example 2.2 reconsidered Min. Z = 40X1 + 24X2 total cost S.t 20X1 + 50X2 >= 4800 phosphate requirement 80X1 + 50X2 >= 7200 nitrogen requirement X1 , X2 >= 0 5/4/2018 4:12 PM 22
  • 24. Cont... Decision variables X1 & X2 represent , respectively, the number of bags of mixture A and of mixture B to be bought. Interpretation: the total cost is minimum at the optimal point and the optimal solution is to buy 144 bags of mixture B only and none of mixture A. This would entail a total cost of $3456. 5/4/2018 4:12 PM 24
  • 25. Binding and non-binding constraints Constraints is termed as binding if the left hand side of the right hand side of it are equal when optimal values of decision variables are substituted into the constraint it is termed non-binding otherwise. e.g 2X1 + 3X2 2 x 18 + 3 x 8 = 60 = RHS binding 4X1 + 3X2 4 x 18 + 3 x 8 = 96 = RHS binding 20X1 + 50X2 20x0 + 50x144 =7200 ≠4800 RHS non binding 80X1 + 50X2 80x0 + 50x144=7200=RHS binding 5/4/2018 4:12 PM 25
  • 26. Redundant Constraint If and when a constraint, when plotted, doesn`t form part of the boundary making the feasible region of the problem, it is said to be redundant. The inclusion or exclusion of a redundant constraint obviously doesn`t affect the optimal solution to the problem. 5/4/2018 4:12 PM 26
  • 27. Cont.. Example: Continuing with example 2.1, suppose packaging is required. Every unit of product A requires 4 hours while every unit of B needs 3.5 hours for packaging. Suppose that in packaging department, 105 hours are available every week. What product mix would maximize the profit? Soln.: max. Z=40X1 + 35X2 S.T. 2X1 + 3X2<=60 raw materials constraint 4X1 + 3X2<=96 labour hours constraint 4X1 + 3.5X2<=105 packaging hours constr. X1,X2>=0 non-negativity constraint 5/4/2018 4:12 PM 27
  • 29. Cont... Interpretation: The inclusion of the packaging hours constraint does not provide a side of the polygon representing the feasible region. Thus this constraint is of no consequence and hence redundant. optimal solution of the problem remains the same as that of example 2.1. 5/4/2018 4:12 PM 29