
David Gwyn J. answered 11/15/20
Highly Experienced Tutor (Oxbridge graduate and former tech CEO)
we have two simultaneous equations in two unknown variables, where L is weight of Large box and S is weight of small box.
(1) 2L + 3S = 51
(2) 6L + 5S = 127
3 x (1) also gives 6L which can then be eliminated by subtracting (1), hence
6L + 9S = 153
-
6L + 5S = 127
=
0L + 4S = 26
=> S = 26/4 = 6.5
substitute this in (1) to get
2L + 3(6.5) = 51
=> 2L = 51 - 19.5 = 31.5
=> L = 31.5/2 = 15.75
large box = 15.75 kg and small box = 6.5 kg
double-check: 2(15.75) + 3(6.5) = 31.5 + 19.5 = 51 and 6(15.75) + 5(6.5) = 94.5 + 32.5 = 127 as required.