A manufacturer of electronic circuits has a stock of 200 resistors, 120 transistors and 150 capacitors and is required to produce two types of circuits A and B. Type A requires 20 resitors, 10 transistors and 10 capacitors. Type B requires 10 resistors, 20 transistors and 30 capacitors. If the profit on type A circuit is Rs 50 and that on type B circuit is Rs 60, formulate this problem as a LPP, so that the manufacturer can maximise his profit.
Let the manufacture produces x units of type A circuits and y units of type B circuits. Form the given information, we have following corresponding constraint table.
Type A (x)Type B (y)Maximum stockResistors2010200Transistors1020120Capacitors1030150ProfitRs 50Rs 60
Thus, we see that total profit Z =50x +60y (in Rs).
Now, we have following mathematical model for the given problem.
Maximise Z =50x +60 y....(i)
Subject to the constraints.
20x+10y≤200 [resistors constraint]
⇒2x+y≤20.........(ii)
and 10x+20y≤120 [transistor constraint]
⇒x+2y≤12........(iii)
and 10x+30y≤150 [capacitor constraint]
⇒x+3y≤15.......(iv)
and x≥0,y≥0 [non-negative constraint]....(v)
SO, maximum Z =50x +60y, subject to 2x+y≤20,x+2y≤12,x+3y≤15,x≥0,y≥0