Wednesday, 14 March 2012


Assignment II
Linear Programming Problems
Simplex Method

Q1.    A company manufactures 3 type of parts which use precious platinum and gold. Due to shortage of these precious metals, the govt. regulates the amount that may be used per day. The relevant data with respect to supply requirement and profit are summarized in the table shown below:
          Product      Platinum              Gold required      Profit
          A                 2                           3                           500
          B                 4                           2                           600                                         
          C                 6                           4                           1200
          Daily allotments of platinum & gold are 160 gm and 120 gm. How should the company divide the supply of scare precious metals? What is the optimum profit?
Ans:  Maximize (Z) = 500x1+600x2+1200x3         
Subject to constraints  2x1+4x2+6x3≤160, 3x1+2x2+4x3≤120,
Non Negative Restrictions x1, x2, x3≥0
Z=32800 X1=8, X2=0, X3=24
Q2     A manufacture has two products A & B, both of which are made in steps by machine 1 & machine 2. The process time per hundred for two products on two machines are (set up times are negligible)
          Product                Machine I                      Machine II
          A                           4 HOURS                       5 HOURS
          B                          5 HOURS                       2 HOURS
          For the coming period, machine 1 has 100 hours and machine 2 has available 80 hours. The contributors for product A is Rs. 10 per 100 units and for Product B is Rs. 5 per 100 units. The manufacture in market, which can absorb both products as much he can produce for immediate period ahead. Determine how much of product A and B he should produce to maximize his contribution.
Ans:  Maximize (Z) = 10x1+5x2            
Subject to constraints  4x1+5x2≤100, 5x1+2x2≤80,
Non Negative Restrictions x1, x2, ≥0
Z=2900/17, X1=200/17, X2=180/17,
Q3     A firm produces three products A B & C, each of which passes through three department: Fabrication, finishing & Packaging. Each unit of product A requires 3,4 & 2 hours; a unit of b requires 5,4 & 4 hours while each unit of product C requires 2,4 and 5 hours respectively in the three department. Every day 60 hours are available in the fabrication department, 72 hours in the finishing department and 100 hours in the packaging department. If the unit contribution of product A is Rs 5, of Product b is Rs 10, and of product C is Rs. 8, determine the number of units of each of the products, that should be made each day to maximize the total contribution. Also determine if any capacity would remain un utilities
Ans:  Maximize (Z) = 5x1+10x2+8x3               
Subject to constraints  3x1+5x2+2x3≤60, 4x1+4x2+4x3≤72, 2x1+4x2+5x3≤100
Non Negative Restrictions x1, x2, x3≥0 Z=160 X1=0, X2=8, X3=10
Q4.    A farmer has 1000 acres of land on which he can grow corn, wheat or soyabean. Each acre of corn costs Rs 100 for preparing requires 7 man-days of work an yield a profit of Rs. 40. An acre of soabean costs Rs. 70 to prepare, require 8 man-days of work and yields a profit of Rs. 20. An acre of wheat cost Rs 120 to prepare require 10 man days of work and yield a profit of Rs. 40. If the farmer has Rs. 1,00,000 for preparation and can count on 8000 man days of work, how many acres should allocated to each crop to maximize profits.
Ans:  Maximize (Z) = 30x1+40x2+20x3        
Subject to constraints  10x1+12x2+7x3≤1,00,000 7x1+10x2+8x3≤8000,
x1+x2+x3≤1000
Non Negative Restrictions x1, x2, x3≥0
Z=32500 X1=250, X2=625, X3=0
Q5.    A manufacture of leather belts makes three types of belts A B C which are processed on three machines m1, m2 and m3. Belt a requires 2 hours on machine m1 and3 hours on machine m3. belt b requires 3 hours on machine m1, 2 hours on machine m2, and 2 hours on machine m3. There are 8 hour of time per day available on machine m1, 10 hours of time per day available on machine m2 and 15 hours of time per day available on machine m3. The profit gained from belt A is Rs. 3.00 per unit, from belt b is Rs. 5.00 per unit, from belt C is Rs 4.00 per unit, what should be the daily production of each type of belts so that the profit is maximum.
Ans:  Maximize (Z) = 3x1+5x2+4x3   
Subject to constraints  2x1+3x2≤8, 2x2+5x3≤10, 3x1+2x2+4x3≤15
Non Negative Restrictions x1, x2, x3≥0
Z=765 X1=89/41, X2=50/41, X3=62/41
Q6.    XYZ firm manufactures and sells two products Alpha & Beta. Each unit of Alpha requires 1 hours of machining and 2 hours of skilled labour, whereas each unit of Beta uses 2 hours of machining and 1 hours of labour. For the coming month the machine capacity is limited to 720 machine hours and skilled labour is limited to 780 hours. Not more than 320 unit of Alpha can be sole in the market during a month. Develop a suitable model that will enable determination of the optimal product mix and determine the optimal product mix and the maximum contribution. Unit contribution from Alpha is Rs. 6 and from Beta is Rs. 4.
Ans:  Maximize (Z) = 6x1+4x2
Subject to constraints  x1+22≤720, 2x1+x2≤780, x1≤320
Non Negative Restrictions x1, x2, ≥0
Z=2560 X1=280, X2=220
Q7.    Following data are available for a firm which manufactures three items A B & C
          Product                                    Time required                          Profit
                                                Assembly              Finishing                                                    a                             10                         02                         800
                   B                          04                         05                         600                                c                             05                         04                         300                      
          Capacity                         2000                     1009 
Express the above data in the form of LPP to maximize the profit from its production and solve it by simplex method.
Ans:  Maximize (Z) = 800x1+600x2+300x3             
Subject to constraints  10x1+4x2+5x3≤2000, 2x1+5x2+4x3≤1009,
Non Negative Restrictions x1, x2, x3≥0
Z=200600 X1=142, X2=145, X3=0
Q8.    A company makes two kinds of leather belts. Belt a is a high quality belt and belt b is of lower quality. The respective profits are Rs 4 & 3 per belt. The production of each of type A requires twice as much time as a belt of type B, and if all belts were to type B, the company could make 1000 per day. The supply of leather is sufficient for only 800 belts per day(both A and B Combined). Belt A requires a fancy buckle and only 400 per day are available. There are only 700 buckles a day available for belt B. Formulate this problem as an LP Model and solve it by simplex Method.
Ans:  Maximize (Z) = 4x1+3x2               
Subject to constraints 2x1+x2≤1000, x1+x2≤800, x1≤400, x1≤700
Non Negative Restrictions x1, x2, ≥0
Z=2600 X1=200, X2=600
Q9.    A Furniture manufacturing company plans to make two products chairs and tables from its available resources which consist of 400 board feet of mahogany timber and 450 man hours of labour. It knows that to make chair requires 5 board feet and 10 man hours and yields a profit of Rs. 45 while each table uses 20 board feet and 15 man-hours and has a profit of Rs. 80. How many of each of the product, the manufacturer should make in order to maximize his profit.
Ans:  Maximize (Z) = 45x1+80x2        
Subject to constraints 5x1+20x2≤400, 10x1+15x2≤450, x1≤400, x1≤700
Non Negative Restrictions x1, x2, ≥0
Z=2200 X1=24, X2=14













5 comments:

  1. While doing a simplex problem, is it necessary that numbers should be in fraction? Shall we use decimal number..Kindly clarify

    ReplyDelete
  2. thanks buddy .... this page is really helpful for me :-)

    ReplyDelete
  3. For question 6, what will be incremental contribution per unit of machine hour, per unit of labour per unit of Alpha saleable?

    ReplyDelete
  4. How to solve the equations in question 1

    ReplyDelete