
Christopher D. answered 09/10/20
Programmer, Mathematician, Musician, and Educator
Let's define some variables.
F: number of cartons/boxes of food
C: number of cartons/boxes of clothing
W: total weight
V: total volume
Now we can write some equations.
W = 20,000 lbs
V = 8,000 ft3
F * (40 lbs) + C * (20 lbs) = W
F * (20 ft3) + C * (5 ft3) = V
This gives us the following simplified equations:
40F + 20C = 20,000
20F + 5C = 8,000
Footnotes:
- I assumed "cartons" and "boxes" were the same things here, because I don't see information explaining the difference.
- I assumed you meant "weight" instead of "wave".