4. Bole 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 Birr 5 and that from a shade is Birr 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? (Solve by simplex model).
profit:
"Z=5x_1+3x_2"
for sprayer time:
"3x_1+2x_2\\le 20"
for grinding/cutting time:
"2x_1+x_2\\le 12"
where x1 is number of lamps,
x2 is number of wooden shades
After introducing slack variables:
Max "Z=5x_1+3x_2+0S_1+0S_2"
subject to
"3x_1+2x_2+S_1=20"
"2x_1+x_2+S_2=12"
"x_1,x_2,S_1,S_2\u22650"
Negative minimum Zj-Cj is -5 and its column index is 1. So, the entering variable is x1.
Minimum ratio is 6 and its row index is 2. So, the leaving basis variable is S2.
∴ The pivot element is 2.
Entering =x1, Departing =S2, Key Element =2
Negative minimum Zj-Cj is -0.5 and its column index is 2. So, the entering variable is x2.
Minimum ratio is 4 and its row index is 1. So, the leaving basis variable is S1.
∴ The pivot element is 0.5.
Entering =x2, Departing =S1, Key Element =0.5
Since all Zj-Cj≥0
Hence, optimal solution is arrived with value of variables as :
x1=4, x2=4
Max Z=32
Comments
Leave a comment