Step 1 - Calculate the total number of boxes
Number of boxes per layer times the number of layers = Total number of boxes
{{boxesPerLayer}} x {{numberLayers}} = {{boxesPerLayer * numberLayers}}
Step 2 - Calculate the total weight of the boxes
Number of boxes times the weight of each box = Total weight of all boxes
{{boxesPerLayer * numberLayers}} x {{boxWeight}} = {{boxesPerLayer * numberLayers * boxWeight}}
Step 3 - Add the weight of the pallet to the total weight of the boxes
Total weight of all boxes plus the weight of the pallet = Total combined weight of the boxes and the pallet
{{boxesPerLayer * numberLayers * boxWeight}} + {{palletWeight}} = {{boxesPerLayer * numberLayers * boxWeight + palletWeight}}