
Andy C. answered 05/12/18
Tutor
4.9
(27)
Math/Physics Tutor
A , B, C are the amounts of each product
10A + 8B + 20C = 6000 <--- volume constraints
10A + 20B + 40C = 11000 <---- weight constraints
100A + 20B + 200C = 36900 <---- $$$$
--------------------------------
pairs the first two equations:
10A + 8B + 20C = 6000
10A + 20B + 40C = 11000
10A + 20B + 40C = 11000
Subtracts first from the second: 12B + 20C = 5000
3B + 5C = 1250<--- labels this equation ALPHA
Pairs the 2nd and 3rd equations:
10A + 20B + 40C = 11000
100A + 20B + 200C = 36900
100A + 20B + 200C = 36900
Multiplies the top equation by 10:
100A + 200B + 400C = 110000 <---- weight constraints
100A + 20B + 200C = 36900 <---- $$$$
100A + 20B + 200C = 36900 <---- $$$$
Subtracts them:
180B + 200C = 73100
18B + 20C = 7310
9B + 10C = 3655 <--- labels this equation BETA
ALPHA: 3B + 5C = 1250
BETA: 9B + 10C = 3655
Multiplies ALPHA by 3:
9B + 15C = 3750
9B + 10C = 3655
Subtracts them:
5C = 95
C = 95/5 = 19
Plugging into BETA: 9B + 10(19) = 3655
9B = 3655 - 190
B = 385
Plugs into original first equation:
10 A + 8(385) + 20(19) = 6000
A=254
A=254
B=385
C=19