Linear Programming
Linear Programming
Graphical Method
#1. A company manufactures and sells 2 types of products: A and B.
The cost of production of each unit of A and B is $ 200 and $ 150 respectively.
Each unit of A yields a profit of $ 20 and each unit of B yields a profit of $ 15 on selling.
Company estimates that monthly demand of A and B to be at a maximum of 500 units in all.
The production budget for the month is set at $ 50,000.
How many units should the company manufacture in order to earn maximum profit from its monthly sales
of A and B?
Answer:
Let A be x and B be y x + y <= 500 200x + 150y <= 50000 P = 20x + 15y
Vertices
A = (0,0)
B = (-500,0)
C = (0,330)
D = (-500,1000)
The company must manufacture -500 unit of type A and 1000 unit of type B in order to maximize
profit.
Simplex Method
She wants to place at the most 10 ads on television and at least 15 ads in the newspaper.
A maximum of 35 slots are available for advertisement in all.
In what combination should she place the ads so as to incur the minimum advertisement cost?
Answer:
Basic
variable R T P S1 S2 S3
0 S1 0 10 15 1 0 0 35 2.33
0 S2 10 10 0 0 1 0 35 35
0 S3 10 0 15 0 0 1 35 2.33
Iteration 1
Basic variable R T P S1 S2 S3
0 S2 10 10 0 1 0 0 35 0
0 S3 10 -10 -2 0 0 0 -34 68
Iteration 2
Basic
R T P S1 S2 S3
variable
0 S1 0 2/3 1 1/15 0 0 0
0 S2 10 10 0 0 1 0 35
Z1 0 0 0 0 0 0 0
A at (0,0)
B at (0,1600)
C at (1500,1000)
D at (2300,600)
E at (2750,0)
A at (0,0):P(0,0)=0
B at (0.1600):P(0,1600)=90(0)+110(1600)=176000
C at (1500,1000):P(1500,1000)=90(2500)+110(1000)=245000
D at (2300,600):P(2300,600)=90(2300)+110(600)=273000
E at (2750,0):P(2750,0)=90(2750)+110(0)=247500
The maximum profit of $273000 is at vertex D. Hence the company needs to product 2300 tables of type
T1 and 600 tables of type T2 in order to maximize its profit.