Yes, combining the two will make the data sufficient for the calculation. Ans is C. Just to complete the concept the calculation would be for 3 cases (orientations of the bigger boxes), as we have a cube its orientation would not make a difference.
Case 1: Bigger box is 20*40 with height 16
Number of cubes per layer = (20*40)/(2*2) =200
Number of layers =16/2 = 8
Total cubes fit = 200*8 = 1600
Case 2: Bigger box is 20*16 with height 40
Number of cubes per layer = (20*16)/(2*2) =80
Number of layers =40/2 = 20
Total cubes fit = 20*80 = 1600
Case 3: Bigger box is 16*40 with height 20
Number of cubes per layer = (16*40)/(2*2) =160
Number of layers =20/2 = 10
Total cubes fit = 160*10 = 1600
In all three cases we end up with the max fit.
mikemcgarry I am curious if i could have foreseen this by the dimensions, if yes how? or is this just a coincidence and calculating all cases is required always to know the maximum number