Problem 28
Question
A company manufactures two products, \(\mathrm{A}\) and \(\mathrm{B}\), on two machines, \(\overline{\mathrm{I}}\) and II. It has been determined that the company will realize a profit of $$\$ 3 $$ unit of product \(A\) and a profit of $$\$ 4 $$ unit of product \(\mathrm{B}\). To manufacture 1 unit of product \(\mathrm{A}\) requires 6 min on machine I and 5 min on machine II. To manufacture 1 unit of product \(\mathrm{B}\) requires \(9 \mathrm{~min}\) on machine \(\mathrm{I}\) and \(4 \mathrm{~min}\) on machine II. There are \(5 \mathrm{hr}\) of machine time available on machine I and \(3 \mathrm{hr}\) of machine time available on machine II in each work shift. How many units of each product should be produced in each shift to maximize the company's profit? What is the largest profit the company can realize? Is there any time left unused on the machines?
Step-by-Step Solution
VerifiedKey Concepts
Objective Function
- Profit = \( 3x_A + 4x_B \)
Constraints
- Machine I: \(6x_A + 9x_B \leq 300\)
- Machine II: \(5x_A + 4x_B \leq 180\)
- \(x_A \geq 0\)
- \(x_B \geq 0\)
Feasible Region
- \(6x_A + 9x_B \leq 300\)
- \(5x_A + 4x_B \leq 180\)
Maximize Profit
- Solution points: (0,0), (0,20), (30,10), (60,0)
- (0,0): Profit = \(3 \times 0 + 4 \times 0 = 0\)
- (0,20): Profit = \(3 \times 0 + 4 \times 20 = 80\)
- (30,10): Profit = \(3 \times 30 + 4 \times 10 = 140\)
- (60,0): Profit = \(3 \times 60 + 4 \times 0 = 180\)