Two tailors, a and b, earn ` 300 and ` 400 per day respectively. a can stitch 6 shirts and 4 pairs of trousers while b can stitch 10 shirts and 4 pairs of trousers per day. to find how many days should each of them work and if it is desired to produce at least 60 shirts and 32 pairs of trousers at a minimum labour cost, formulate this as an lpp.
Answers
Answered by
30
Let A works for x days and B works for y days.
Required L.P.P is
max z = 300x + 400 y
Subject to
6x + 10y ( >=)60,
4x + 4y(>=)32, x (>=)0, y (>=)0
or
3x + 5y (>=)30
x + y(>=)8 ,x (>=)0, y (>=)0
Required L.P.P is
max z = 300x + 400 y
Subject to
6x + 10y ( >=)60,
4x + 4y(>=)32, x (>=)0, y (>=)0
or
3x + 5y (>=)30
x + y(>=)8 ,x (>=)0, y (>=)0
Similar questions