A plant must distribute 45 hours weekly among three production lines: A, B, and C.
- Line A: Maximum 42 hours
- Line B: Maximum 20 hours
- Line C: Maximum 12 hours
Each line must receive more than half its maximum, all 45 hours must be used, and the number of hours allocated to each line must be an integer.
Select for
Line B the hours that could have been allocated to Line B, and select for
Line C the hours that could have been allocated to Line C
that would be jointly consistent with the given information. Make only two selections, one in each column.
Each line must receive more than half its maximum and must be an integer.
So, A must receive, 42/2+1=22
Now, we are left with, 45-22=23 hours.
C must receive, 12/2+1=7, then B can receive 23-7=16.
Answer: B=16, C=7.