
Nicole G. answered 02/23/14
Tutor
5
(10)
Nicole G. Math, Business, and Italian Tutor
x = number of 8 oz. bottles
y = number of 16 oz. bottles
z = number of 32 oz. bottles
We have to set up a system of equations with the number of hours it takes for each task times the specific bottle type.
Filling
0.6x + 1y +1.5z =380
Labeling
0.6x + 0.9y + 1.2z = 330
Packaging
0.2x +0.3y + 0.5z = 120
We must reduce this to 2 equations by eliminating one variable (in this case I chose to eliminate x).
Multiply Labeling by -1 to get -0.6x -0.9y - 1.2z = -330 and add to equation 1 (filling) to get:
0.1y +0.3z = 50
Multiple Packaging by -3 to get -0.6x -0.9y -1.5z = -360 and again add to equation 1 (filling) to get:
0.1y= 20
Now we have a system of question of 2 equations instead of three:
0.1y + 0.3z = 50
0.1y =20
Solve for y = 20/.1= 200. Now solve for z:
0.1 (200) +0.3z = 50
0.3z = 30
z= 30/0.3= 100
Now plug back into the Filling Equation to solve for x:
0.6x + 1y +1.5z = 380
0.6x + 1 (200) + 1.5(100) = 380
0.6x = 30
x = 30/0.6 = 50
Therefore, the company should produce 50 8 oz bottles (x), 200 16 oz. bottles (y), and 100 32 oz. bottles to be at full capacity.
To check these numbers, you can plug back into any of the original equations (Labelling for example)
0.6x + 0.9y + 1.2z = 330
0.6 (50) + 0.9 (200) + 1.2 (100) = 330
330=330 so it checks out.