Michael H. answered 01/24/20
High School Math, Physics, Computer Science & SAT/GRE/AP/PRAXIS Prep
Let b = the weight of one small box, and
let B = the weight of one large box.
Then we have two simultaneous equations to solve:
2B + 12b = 199
5B + 3b = 133
To solve, multiply the 2nd equation by 4 to get
20B + 12b = 532
Now subtract the third equation from the first to get
-18B = -333
Solve for B:
B = -333 / -18 = 18.5
We can use any of the first three equations to solve for b; let's use the simplest:
5B + 3b = 133
b = (133 - 5B) / 3 = (133 - 5*18.5) / 3 = 13.5 kgs
Check:
2B + 12b = 2(18.5) + 12(13.5) = 37 + 162 = 199
5B + 3b = 5(18.5) + 3(13.5) = 92.5 + 40.5 = 133