Answer:
Weight of each large box: 18.25kg
Weight of each small box: 13.25kg
Explanation:
For this question, we have two unknowns, but we can solve them as we are given two equations.
If we use the variables 'L' for Large and 'S' for small, we an write out the information given to us as equations:
3L + 5S = 121
6L + 2S = 136
Now we can solve these simultaneous equations by multiplying one of them by a constant so that one of the variable co-efficients are the same so we can cancel them. We can see here that we can easily double the first equation which would result in both having 6L:
2(3L + 5S) = 2(121)
=> 6L+10S=242
Now that we have one term which is the same, we can subtract one equation from the other:
6L+ 10S = 242
- (6L + 2S = 136)
------------------------
=>0L + 8S = 106
Now we can solve for S:
8S/8 = 106/8
S = 13.25
And use this value of S to solve for L:
3L + 5(13.25) = 121
3L + 66.25 = 121
3L + 66.25 - 66.25 = 121 - 66.25
3L = 54.75
3L/3 = 54.75/3
L = 18.25
Hope this helped!