Chapter 12 - Linear Programming
Chapter 12 - Linear Programming
Exercise 12.1
1) Maximise Z = 3x + 4y Subject to the constraints:
Ans The feasible region determined by the constraints, x + y ≤ 4, x ≥ 0, y ≥ 0, is as
follows.
The corner points of the feasible region are O (0, 0), A (4, 0), and B (0, 4). The values of
Z at these points are as follows.
Corner point Z = 3x + 4y
O(0, 0) 0
A(4, 0) 12
B(0, 4) 16 → Maximum
0(0, 0) 0
B(2, 3) 6
C(0, 4) 16
3) Maximise Z = 5x + 3y subject to .
Ans
Corner point Z = 5x + 3y
0(0, 0) 0
A(2, 0) 10
B(0, 3) 9
→ Maximum
Ans
The corner points of the feasible region are A (3, 0), , and C (0, 2).
Corner point Z = 3x + 5y
A(3, 0) 9
7 → Smallest
C(0, 2) 10
As the feasible region is unbounded, therefore, 7 may or may not be the minimum value
of Z.
For this, we draw the graph of the inequality, 3x + 5y < 7, and check whether the
resulting half plane has points in common with the feasible region or not.
It can be seen that the feasible region has no common point with 3x + 5y < 7 Therefore,
5) Maximise Z = 3x + 2y subject to
Ans
The corner points of the feasible region are A (5, 0), B (4, 3), and C (0, 5).
Corner point Z = 3x + 2y
A(5, 0) 15
B(4, 3) 18 → Maximum
C(0, 5) 10
6) Minimise Z = x + 2y subject to .
ans
Corner point Z = x + 2y
A(6, 0) 6
B(0, 3) 6
It can be seen that the value of Z at points A and B is same. If we take any other point
such as (2, 2) on line x + 2y = 6, then Z = 6
Ans
The minimum value of Z is 300 at (60, 0) and the maximum value of Z is 600 at all the
points on the line segment joining (120, 0) and (60, 30).
Corner point Z = x + 2y
The maximum value of Z is 400 at (0, 200) and the minimum value of Z is 100 at all the
points on the line segment joining the points (0, 50) and (20, 40).
Ans
The values of Z at corner points A (6, 0), B (4, 1), and C (3, 2) are as follows.
Corner point Z = −x + 2y
A(6, 0) Z=−6
B(4, 1) Z=−2
C(3, 2) Z=1
As the feasible region is unbounded, therefore, Z = 1 may or may not be the maximum
value.
For this, we graph the inequality, −x + 2y > 1, and check whether the resulting half plane
has points in common with the feasible region or not.
The resulting feasible region has points in common with the feasible region.
Ans
Exercise 12.2
1) Reshma wishes to mix two types of food P and Q in such a way that the vitamin
contents of the mixture contain at least 8 units of vitamin A and 11 units of
vitamin B. Food P costs Rs 60/kg and Food Q costs Rs 80/kg. Food P contains 3
units /kg of vitamin A and 5 units /kg of vitamin B while food Q contains 4
units /kg of vitamin A and 2 units /kg of vitamin B. Determine the minimum cost
of the mixture?
Ans
x ≥ 0 and y ≥ 0
Food P 3 5 60
Food Q 4 2 80
Requirement (units/kg) 8 11
The mixture must contain at least 8 units of vitamin A and 11 units of vitamin B.
Therefore, the constraints are
3x + 4y ≥ 8
5x + 2y ≥ 11
3x + 4y ≥ 8 … (2)
5x + 2y ≥ 11 … (3)
x, y ≥ 0 … (4)
160
160
440
As the feasible region is unbounded, therefore, 160 may or may not be the minimum
value of Z.
For this, we graph the inequality, 60x + 80y < 160 or 3x + 4y < 8, and check whether the
resulting half plane has points in common with the feasible region or not.
It can be seen that the feasible region has no common point with 3x + 4y < 8
Therefore, the minimum cost of the mixture will be Rs 160 at the line segment joining the
points .
2) One kind of cake requires 200g flour and 25g of fat, and another kind of cake
requires 100g of flour and 50g of fat. Find the maximum number of cakes which
can be made from 5 kg of flour and 1 kg of fat assuming that there is no shortage
of the other ingredients used in making the cakes?
Ans
Let there be x cakes of first kind and y cakes of second kind. Therefore,
x ≥ 0 and y ≥ 0
Maximize Z = x + y … (1)
The corner points are A (25, 0), B (20, 10), O (0, 0), and C (0, 20).
Corner point Z = x + y
A(25, 0) 25
O(0, 0) 0
Thus, the maximum numbers of cakes that can be made are 30 (20 of one kind and 10 of
the other kind).
3) A factory makes tennis rackets and cricket bats. A tennis racket takes 1.5 hours of
machine time and 3 hours of craftsman’s time in its making while a cricket bat takes 3
hour of machine time and 1 hour of craftsman’s time. In a day, the factory has the
availability of not more than 42 hours of machine time and 24 hours of craftsman’s time.
(ii) What number of rackets and bats must be made if the factory is to work at full
capacity?
(ii) If the profit on a racket and on a bat is Rs 20 and Rs 10 respectively, find the
maximum profit of the factory when it works at full capacity.
Ans i) Let the number of rackets and the number of bats to be made be x and y
respectively.
1.5x + 3y = 42
3x + y = 24
x = 4 and y = 12
∴ 1.5x + 3y ≤ 42
3x + y ≤ 24
x, y ≥ 0
Maximize … (1)
1.5x + 3y ≤ 42 … (2)
3x + y ≤ 24 … (3)
x, y ≥ 0 … (4)
A(8, 0) 160
O(0, 0) 0
Thus, the maximum profit of the factory when it works to its full capacity is Rs 200.
x ≥ 0 and y ≥ 0
Machine A (h) 1 3 12
Machine B (h) 3 1 12
x + 3y ≤ 12 … (2)
3x + y ≤ 12 … (3)
x, y ≥ 0 … (4)
O(0, 0) 0
A(4, 0) 70
C(0, 4) 28
Thus, 3 packages of nuts and 3 packages of bolts should be produced each day to get the
maximum profit of Rs 73.50.
5) A factory manufactures two types of screws, A and B. Each type of screw requires the
use of two machines, an automatic and a hand operated. It takes 4 minutes on the
automatic and 6 minutes on hand operated machines to manufacture a package of screws
A, while it takes 6 minutes on automatic and 3 minutes on the hand operated machines to
manufacture a package of screws B. Each machine is available for at the most 4 hours on
any day. The manufacturer can sell a package of screws A at a profit of Rs 7 and screws
B at a profit of Rs10. Assuming that he can sell all the screws he manufactures, how
many packages of each type should the factory owner produce in a day in order to
maximize his profit? Determine the maximum profit.
Ans
Let the factory manufacture x screws of type A and y screws of type B on each day.
Therefore,
x ≥ 0 and y ≥ 0
… (2)
… (3)
x, y ≥ 0 … (4)
A(40, 0) 280
Thus, the factory should produce 30 packages of screws A and 20 packages of screws B
to get the maximum profit of Rs 410.
6)A cottage industry manufactures pedestal lamps and wooden shades, each requiring
the use of a grinding/cutting machine and a sprayer. It takes 2 hours on
grinding/cutting machine and 3 hours on the sprayer to manufacture a pedestal lamp.
It takes 1 hour on the grinding/cutting machine and 2 hours on the sprayer to
manufacture a shade. On any day, the sprayer is available for at the most 20 hours and
the grinding/cutting machine for at the most 12 hours. The profit from the sale of a
lamp is Rs 5 and that from a shade is Rs 3. Assuming that the manufacturer can sell
all the lamps and shades that he produces, how should he schedule his daily
production in order to maximize his profit?
Ans
Let the cottage industry manufacture x pedestal lamps and y wooden shades. Therefore,
x ≥ 0 and y ≥ 0
Sprayer (h) 3 2 20
The profit on a lamp is Rs 5 and on the shades is Rs 3. Therefore, the constraints are
Total profit, Z = 5x + 3y
Maximize Z = 5x + 3y … (1)
… (2)
… (3)
x, y ≥ 0 … (4)
Corner point Z = 5x + 3y
A(6, 0) 30
B(4, 4) 32 → Maximum
C(0, 10) 30
Thus, the manufacturer should produce 4 pedestal lamps and 4 wooden shades to
maximize his profits.
7) A company manufactures two types of novelty souvenirs made of plywood.
Souvenirs of type A require 5 minutes each for cutting and 10 minutes each for
assembling. Souvenirs of type B require 8 minutes each for cutting and 8 minutes
each for assembling. There are 3 hours 20 minutes available for cutting and 4
hours of assembling. The profit is Rs 5 each for type A and Rs 6 each for type B
souvenirs. How many souvenirs of each type should the company manufacture in
order to maximize the profit?
Ans
Let the company manufacture x souvenirs of type A and y souvenirs of type B. Therefore,
x ≥ 0 and y ≥ 0
i.e.,
Total profit, Z = 5x + 6y
Maximize Z = 5x + 6y … (1)
… (2)
… (3)
x, y ≥ 0 … (4)
The feasible region determined by the system of constraints is as follows.
The corner points are A (24, 0), B (8, 20), and C (0, 25).
Corner point Z = 5x + 6y
A(24, 0) 120
Thus, 8 souvenirs of type A and 20 souvenirs of type B should be produced each day to
get the maximum profit of Rs 160.
8) A merchant plans to sell two types of personal computers − a desktop model and
a portable model that will cost Rs 25000 and Rs 40000 respectively. He estimates
that the total monthly demand of computers will not exceed 250 units. Determine
the number of units of each type of computers which the merchant should stock
to get maximum profit if he does not want to invest more than Rs 70 lakhs and if
his profit on the desktop model is Rs 4500 and on portable model is Rs 5000.
Ans
Let the merchant stock x desktop models and y portable models. Therefore,
x ≥ 0 and y ≥ 0
The cost of a desktop model is Rs 25000 and of a portable model is Rs 4000. However,
the merchant can invest a maximum of Rs 70 lakhs.
The profit on a desktop model is Rs 4500 and the profit on a portable model is Rs 5000.
The corner points are A (250, 0), B (200, 50), and C (0, 175).
The values of Z at these corner points are as follows.
A(250, 0) 1125000
Thus, the merchant should stock 200 desktop models and 50 portable models to get the
maximum profit of Rs 1150000.
9) A diet is to contain at least 80 units of vitamin A and 100 units of minerals. Two
foods F1and F2 are available. Food F1 costs Rs 4 per unit food and F2 costs Rs 6
per unit. One unit of food F1 contains 3 units of vitamin A and 4 units of minerals.
One unit of food F2 contains 6 units of vitamin A and 3 units of minerals.
Formulate this as a linear programming problem. Find the minimum cost for diet
that consists of mixture of these two foods and also meets the minimal nutritional
requirements?
Ans
Let the diet contain x units of food F1 and y units of food F2. Therefore,
x ≥ 0 and y ≥ 0
(Rs)
Food F1 (x) 3 4 4
Food F2 (y) 6 3 6
Requirement 80 100
The cost of food F1 is Rs 4 per unit and of Food F2 is Rs 6 per unit. Therefore, the
constraints are
3x + 6y ≥ 80
4x + 3y ≥ 100
x, y ≥ 0
Minimise Z = 4x + 6y … (1)
3x + 6y ≥ 80 … (2)
4x + 3y ≥ 100 … (3)
x, y ≥ 0 … (4)
Corner point Z = 4x + 6y
104 → Minimum
200
As the feasible region is unbounded, therefore, 104 may or may not be the minimum
value of Z.
For this, we draw a graph of the inequality, 4x + 6y < 104 or 2x + 3y < 52, and check
whether the resulting half plane has points in common with the feasible region or not.
It can be seen that the feasible region has no common point with 2x + 3y < 52
10) There are two types of fertilizers F1 and F2. F1 consists of 10% nitrogen
and 6% phosphoric acid and F2 consists of 5% nitrogen and 10% phosphoric acid.
After testing the soil conditions, a farmer finds that she needs at least 14 kg of
nitrogen and 14 kg of phosphoric acid for her crop. If F1 cost Rs 6/kg and F2 costs
Rs 5/kg, determine how much of each type of fertilizer should be used so that
nutrient requirements are met at a minimum cost. What is the minimum cost?
Ans
x ≥ 0 and y ≥ 0
The given information can be complied in a table as follows.
F1 (x) 10 6 6
F2 (y) 5 10 5
Requirement (kg) 14 14
F1 consists of 10% nitrogen and F2 consists of 5% nitrogen. However, the farmer requires
at least 14 kg of nitrogen.
∴ 10% of x + 5% of y ≥ 14
F1 consists of 6% phosphoric acid and F2 consists of 10% phosphoric acid. However, the
farmer requires at least 14 kg of phosphoric acid.
∴ 6% of x + 10% of y ≥ 14
Minimize Z = 6x + 5y … (1)
2x + y ≥ 280 … (2)
3x + 5y ≥ 700 … (3)
x, y ≥ 0 … (4)
Corner point Z = 6x + 5y
1400
As the feasible region is unbounded, therefore, 1000 may or may not be the minimum
value of Z.
For this, we draw a graph of the inequality, 6x + 5y < 1000, and check whether the
resulting half plane has points in common with the feasible region or not.
It can be seen that the feasible region has no common point with
6x + 5y < 1000
11) The corner points of the feasible region determined by the following system of linear
inequalities:
It is given that the maximum value of Z occurs at two points, (3, 4) and (0, 5).
⇒ 3p + 4q = 5q
⇒ q = 3p
Miscellaneous
1) Refer to Example 9. How many packets of each food should be used to
maximize the amount of vitamin A in the diet? What is the maximum amount of
vitamin A in the diet?
Ans Let the diet contain x and y packets of foods P and Q respectively. Therefore,
x ≥ 0 and y ≥ 0
Maximize z = 6x + 3y … (1)
The corner points of the feasible region are A (15, 20), B (40, 15), and C (2, 72).
Corner point z = 6x + 3y
Therefore, to maximize the amount of vitamin A in the diet, 40 packets of food P and 15
packets of food Q should be used. The maximum amount of vitamin A in the diet is 285
units.
2) A farmer mixes two brands P and Q of cattle feed. Brand P, costing Rs 250 per
bag contains 3 units of nutritional element A, 2.5 units of element B and 2 units
of element C. Brand Q costing Rs 200 per bag contains 1.5 units of nutritional
elements A, 11.25 units of element B, and 3 units of element C. The minimum
requirements of nutrients A, B and C are 18 units, 45 units and 24 units
respectively. Determine the number of bags of each brand which should be
mixed in order to produce a mixture having a minimum cost per bag? What is the
minimum cost of the mixture per bag?
Ans Let the farmer mix x bags of brand P and y bags of brand Q.
Food P 3 5 60
Food Q 4 2 80
Requirement (units/kg) 8 11
A (18, 0) 4500
B (9, 2) 2650
As the feasible region is unbounded, therefore, 1950 may or may not be the minimum
value of z.
For this, we draw a graph of the inequality, 250x + 200y < 1950 or 5x + 4y < 39, and
check whether the resulting half plane has points in common with the feasible region or
not.
It can be seen that the feasible region has no common point with 5x + 4y < 39
Thus, 3 bags of brand P and 6 bags of brand Q should be used in the mixture to minimize
the cost to Rs 1950.
3) A dietician wishes to mix together two kinds of food X and Y in such a way that the
mixture contains at least 10 units of vitamin A, 12 units of vitamin B and 8 units of
vitamin C. The vitamin content of one kg food is given below:
X 1 2 3
Y 2 2 1
One kg of food X costs Rs 16 and one kg of food Y costs Rs 20. Find the least cost of the
mixture which will produce the required diet?
A (10, 0) 160
C (1, 5) 116
D (0, 8) 160
As the feasible region is unbounded, therefore, 112 may or may not be the minimum
value of z.
For this, we draw a graph of the inequality, 16x + 20y < 112 or 4x + 5y < 28, and check
whether the resulting half plane has points in common with the feasible region or not.
It can be seen that the feasible region has no common point with 4x + 5y < 28
Thus, the mixture should contain 2 kg of food X and 4 kg of food Y. The minimum cost
of the mixture is Rs 112.
4) A manufacturer makes two types of toys A and B. Three machines are needed for
this purpose and the time (in minutes) required for each toy on the machines is given
below:
Machines
Type of toys
I II III
A 12 18 6
B 6 0 9
Each machine is available for a maximum of 6 hours per day. If the profit on each toy of
type A is Rs 7.50 and that on each toy of type B is Rs 5, show that 15 toys of type A and
30 of type B should be manufactured in a day to get maximum profit.
Ans Let x and y toys of type A and type B respectively be manufactured in a day.
The given problem can be formulated as follows.
The corner points of the feasible region are A (20, 0), B (20, 20), C (15, 30), and D (0,
40).
A(20, 0) 150
Thus, the manufacturer should manufacture 15 toys of type A and 30 toys of type B to
maximize the profit.
Ans Let the airline sell x tickets of executive class and y tickets of economy class.
C (20, 180).
Thus, 40 tickets of executive class and 160 tickets of economy class should be sold to
maximize the profit and the maximum profit is Rs 136000.
6) Two godowns A and B have grain capacity of 100 quintals and 50 quintals
respectively. They supply to 3 ration shops, D, E and F whose requirements are 60, 50
and 40 quintals respectively. The cost of transportation per quintal from the godowns to
the shops are given in the following table:
From/To A B
D 6 4
E 3 2
F 2.50 3
How should the supplies be transported in order that the transportation cost is minimum?
What is the minimum cost?
Ans Let godown A supply x and y quintals of grain to the shops D and E
respectively. Then, (100 − x − y) will be supplied to shop F.
The requirement at shop D is 60 quintals since x quintals are transported from godown A.
Therefore, the remaining (60 −x) quintals will be transported from godown B.
The corner points are A (60, 0), B (60, 40), C (50, 50), and D (10, 50).
A (60, 0) 560
7) An oil company has two depots A and B with capacities of 7000 L and 4000 L
respectively. The company is to supply oil to three petrol pumps, D, E and F whose
requirements are 4500L, 3000L and 3500L respectively. The distance (in km) between
the depots and the petrol pumps is given in the following table:
Distance in (km)
From/To A B
D 7 3
E 6 4
F 3 2
Assuming that the transportation cost of 10 litres of oil is Re 1 per km, how should the
delivery be scheduled in order that the transportation cost is minimum? What is the
minimum cost?
Ans Let x and y litres of oil be supplied from A to the petrol pumps, D and E.
Then, (7000 − x − y) will be supplied from A to petrol pump F.
The requirement at petrol pump D is 4500 L. Since x L are transported from depot A, the
remaining (4500 −x) L will be transported from petrol pump B.
The corner points of the feasible region are A (3500, 0), B (4500, 0), C (4500, 2500), D
(4000, 3000), and E (500, 3000).
A (3500, 0) 5000
B (4500, 0) 5300
Thus, the oil supplied from depot A is 500 L, 3000 L, and 3500 L and from depot B is
4000 L, 0 L, and 0 L to petrol pumps D, E, and F respectively.
8) A fruit grower can use two types of fertilizer in his garden, brand P and brand Q. The
amounts (in kg) of nitrogen, phosphoric acid, potash, and chlorine in a bag of each brand
are given in the table. Tests indicate that the garden needs at least 240 kg of phosphoric
acid at least 270 kg of potash and at most 310 kg of chlorine.
If the grower wants to minimize the amount of nitrogen added to the garden, how many
bags of each brand should be used? What is the minimum amount of nitrogen added in
the garden?
kg per bag
Brand P Brand Q
Nitrogen 3 3.5
Phosphoric acid 1 2
Potash 3 1.5
Chlorine 1.5 2
Ans Let the fruit grower use x bags of brand P and y bags of brand Q.
The problem can be formulated as follows.
The corner points are A (240, 0), B (140, 50), and C (20, 140).
Thus, 40 bags of brand P and 100 bags of brand Q should be added to the garden to
minimize the amount of nitrogen.
Ans Let the fruit grower use x bags of brand P and y bags of brand Q.
The corner points are A (140, 50), B (20, 140), and C (40, 100).
Thus, 140 bags of brand P and 50 bags of brand Q should be used to maximize the
amount of nitrogen.
11) A toy company manufactures two types of dolls, A and B. Market tests
and available resources have indicated that the combined production level should
not exceed 1200 dolls per week and the demand for dolls of type B is at most half
of that for dolls of type A. Further, the production level of dolls of type A can
exceed three times the production of dolls of other type by at most 600 units. If
the company makes profit of Rs 12 and Rs 16 per doll respectively on dolls A
and B, how many of each should be produced weekly in order to maximize the
profit?
Ans Let x and y be the number of dolls of type A and B respectively that are produced
per week.
A (600, 0) 7200
Thus, 800 and 400 dolls of type A and type B should be produced respectively to get the
maximum profit of Rs 16000.