Larry C. answered 10/09/18
Tutor
4.9
(294)
Computer Science and Mathematics professional
Let A, B and C represent the number of bags of Italian, French and Oriental mixes respectively. To use up all the stocks exactly:
0.4A + 0B + 0.2C = 19,600 (zucchini)
0.4A + 0.5B + 0.4C = 37,700 (broccoli)
0.2A + 0.5B + 0.4C = 33,700 (carrots)
Use the first equation to get C in terms of A
0.4A + 0.2C = 19600 -> 4A + 2C = 196000 -> 2C = 196000 - 4A -> C = 98000 - 2A
Replace C in the other two equations with 98000 - 2A, then likewise use the modified 2nd equation to get A in terms of C (or vice versa), then use that to replace in the 3rd equation, where you can then solve for A (or C). Once you have that value, work back thru the 2 conversion equations to derive the other two values.