Optimization Problems 1
Optimization Problems 1
(Applied Mathematics)
Assignment-I
1. A furniture company manufactures four models of desks. Each desk is first constructed
in the carpentry shop and is next sent to the finishing shop, where it is varnished, waxed,
and polished. The number of man hours of labor required in each shop is as shown in the
display below.
Because of limitations in capacity of the plant, no more than 6,000 man hours can be
expected in the carpentry shop and 4,000 in the finishing shop in the next six months.
The profit (revenue minus labor costs) from the sale of each item is as follows:
Assuming that raw materials and supplies are available in adequate supply and all desks
produced can be sold, the desk company wants to determine the optimal product mix,
that is, the quantities to make of each type product which will maximize profit.
1
2. Formulate linear programming problem to determine the optimum amounts of three in-
gredients to include in an animal feed mix. The final product must satisfy several nutrient
restrictions. The possible ingredients, their nutritive contents (in kilograms of nutrient
per kilograms of ingredient) and the unit cost are shown in the following table.
• Fiber: at most 5%
The problem is to find the composition of the feed mix that satisfies these constraints
3. A Supermarket in a city daily needs between 22 and 30 workers depending on the time
of the day. The rush hours are between noon and 2 PM the table below indicates the
9 AM-11 AM 22
11 AM-1 PM 30
1 PM-3 PM 25
3 PM-5 PM 23
2
The Supermarket now employs 24 full time workers, but needs a few part time workers
also. A part time worker must put in exactly 4 hours per day, can start any time between
9 AM and 1 PM, full time workers work from 9 AM to 5 PM but are allowed an hour
of lunch. Half of the full timers eat at 12 AM, the other half at 1 PM. Full timer thus
The management of the Supermarket limits part time hours to a maximum of 50% of the
day’s total requirement. Part timer earn Rs. 85 per day on average, while full timers
earn Rs. 130 per day in salary and benefits on average. The management wants to set a
4. One of Western Trust’s clients has just won the state lottery and is seeking investment
advice. After paying taxes, clearing existing debt, and paying Western its fee, there will be
about %100, 000 available for investment. Western has examined a number of investment
opportunities and has narrowed the list to five alternatives, shown with their relevant
Annual Growth
Investment of return (%) Risk Potential(%)
Based on discussions with the client, western would like to maximize the average annual
rate of return generated by portfolio. the client has specified certain stipulations, however:
3
• no more than 50% of the value of the portfolio can be in any single investment
alternatives.
• at least 20% of the portfolio must be in bonds (both municipal and corporate ; and)
5. Mercury Machine Shop produces two similar products on one of two (interchangeable) ma-
chines. If either of the two products produced on a machine, a $75 set up cost is incurred.
Once the machine is set up, either of the products can be produced on that machine. Fol-
lowing table contains the relevant data for the problem, including variable manufacturing
costs and the time required to produce one of each product on each machine.
2 Graphical Method
subject to
x1 + x2 ≥ 1 (2)
x1 − 2x2 ≤ 4 (4)
4
x1 , x2 ≥ 0 (5)
subject to
2x1 + x2 ≤ 10 (7)
3x1 − x2 ≥ 2 (8)
0 ≤ x1 ≤ 5, x2 ≥ 0 (10)
(c) Write down the set of feasible optimal solutions (not necessarily corner points).
subject to
x1 − 2x2 ≤ 3 (12)
x1 , x2 ≥ 0 (15)
5
(a) Plot it graphically and identify all the corner point solutions.
subject to
x1 + 2x2 ≤ 14 (17)
3x1 − x2 ≥ 2 (18)
x1 + 4x2 ≤ 18 (19)
x1 , x2 ≥ 0 (20)
subject to
2x1 + x2 ≤ 18 (22)
3x1 + x2 ≤ 24 (24)
x1 , x2 ≥ 0 (25)
3 Simplex Method
6
subject to
x1 + 3x2 + x4 ≤ 4 (27)
2x1 + x2 ≤ 3 (28)
x2 + 4x3 + x4 ≤ 3 (29)
x1 , x2 , x3 , x4 ≥ 0 (30)
subject to
x1 , x2 , x3 , x4 ≥ 0 (35)
subject to
x1 , x2 , x3 ≥ 0 (40)
7
4. Use simplex method to solve the L.P.P.
subject to
2x1 + x2 + x3 ≤ 14 (42)
x1 , x2 , x3 ≥ 0 (45)
subject to
7x1 + x4 ≤ 35 (49)
x1 , x2 , x3 , x4 ≥ 0 (50)
4 Big-M method
subject to
8
3x1 + 2x2 ≤ 24 (53)
x1 + x4 ≥ 3 (54)
x1 , x2 ≥ 0 (55)
subject to
x1 + x2 + 2x3 ≤ 5 (57)
x1 , x2 , x3 ≥ 0 (59)
subject to
x1 + 2x2 + x3 + x4 = 10 (63)
x1 , x2 , x3 , x4 ≥ 0 (64)
subject to
x1 + 2x2 ≥ 2 (66)
9
3x1 + x2 ≤ 3 (67)
x1 ≤ 4 (68)
x1 , x2 ≥ 0 (69)
subject to
x1 , x2 ≥ 0 (74)
min : Z = x1 + x2 + x3 (75)
subject to
x1 − 2x2 ≤ 3 (77)
2x2 + x3 ≥ 4 (78)
x1 , x2 , x3 ≥ 0 (79)
10
2. Solve the following LPP by using two phase simplex method:
subject to
x1 , x2 , x3 ≥ 0 (84)
subject to
x1 + 4x2 ≥ 4 (87)
x1 + x2 + = 4 (88)
x1 , x2 ≥ 0 (89)
4. Using two phase method show that the following LPP has unbounded solution.
subject to
x1 + 2x2 − x3 ≥ 5 (91)
−3x1 − x2 + x3 ≤ 4 (92)
x1 , x2 , x3 ≥ 0 (93)
11
5. Solve the following LPP by using two phase simplex method:
subject to
x1 , x2 , x3 ≥ 0 (98)
12