Question
Question: A firm manufactures three products A,B and C. Time to manufacture product A is twice that for B and ...
A firm manufactures three products A,B and C. Time to manufacture product A is twice that for B and thrice that for C and if the entire labour is engaged in making product A,1600 units of this product can be produced. These products are to be produced in the ratio 3:4:5. There is demand for at least 300,250 and 200 units of products A,B and C and the profit earned per unit is Rs.90, Rs40 and Rs.30 respectively.
Raw material | Requirement per unit product(Kg) A | Requirement per unit product(Kg) B | Requirement per unit product(Kg) C | Total availability (kg) |
---|---|---|---|---|
P | 6 | 5 | 2 | 5,000 |
Q | 4 | 7 | 3 | 6,000 |
Formulate the problem as a linear programming problem and find all the constraints for the above product mix problem.
A. 3x1−4x2=0 and 5x2−4x3=0 where x1,x2,x3⩾0
B. 4x1−3x2=0 and 5x2−4x3=0 where x1,x2,x3⩾0
C. 4x1−3x2=0 and 4x2−5x3=0 where x1,x2,x3⩾0
D. 4x1−3x2=0 and 5x2−4x3=0 where x1,x2,x3⩾0
Solution
To get the formulation of linear programming problem, we will collect the relevant information from the question with the given constraints. Then we will write them systematically with appropriate variables to get the LPP equations.
Complete step-by-step answer:
Let x1,x2,x3are the number of units of products A,B and C to be manufactured .
Thus, the objective is to maximize the profit.
Mathematically, maximize Z=90x1+40x2+30x3
We can formulate the constraints as follows:
For the raw material P,6x1+5x2+2x3⩽5000
For raw material Q,4x1+7x2+3x3⩽6000
Product B requires 21 and product C requires31the time required for product A.
Now, 2t and3t will be the times in hours to produce B and C and since for 1600 units of A we need time 1600t hours. So, its constraint will be,
Market demand will require that,
x1⩾300,x2⩾250,andx3⩾200
Here, products A,B and C should be in the ratio 3:4:5,
So, x1:x2:x3=3:4:5
⇒3x1=4x2
And
∴ These are the following constraints finally,
4x1−3x2=0 and 5x2−4x3=0 where x1,x2,x3⩾0
So, the correct answer is “Option B”.
Note: Formulation of linear programming problem, which is the part of optimization problem, careful collection of the facts and hence conversion into constraints is very important. Then only their solutions can be obtained correctly.