document.write( "Question 472127: Boxes are stored in a warehouse. The stack is four boxes wide and 20 boxes long at the bottom. Each layer is one box shorter than the previous layer but the same width. How many boxes are there if the top layer is four boxes long? Write an equation with summation notation to find the total number of boxes. If you solve this question without using summation notation, you may not get full marks. \n" ); document.write( "
Algebra.Com's Answer #323757 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The formula for the sum of digits 1 through n = \"+%281%2F2%29%2An%2A%28n%2B1%29+\"
\n" ); document.write( "The sum of the boxes looks like:
\n" ); document.write( "\"+4%2A20+%2B+4%2A19+%2B+4%2A18+\" . . . to \"+4%2A4+\"
\n" ); document.write( "If the top layer was \"+4%2A1\", the answer would be
\n" ); document.write( "Sum = \"+4%2A%281%2F2%29%2A20%2A21+\"
\n" ); document.write( "But I want to subtract \"+4%2A3+%2B+4%2A2+%2B+4%2A1+\" from this, so
\n" ); document.write( "Sum = \"+2%2A20%2A21+-+4%2A%281%2F2%29%2A3%2A4+\"
\n" ); document.write( "Sum = \"+2%2A20%2A21+-+2%2A3%2A4+\"
\n" ); document.write( "Sum = \"+840+-+24+\"
\n" ); document.write( "Sum = \"+816+\"
\n" ); document.write( "In summation notation, this would look like:
\n" ); document.write( "4 x 1/2 x Sum, n from 1 to 20 of n
\n" ); document.write( "minus 4 x 1/2 x Sum, n from 1 to 3 of n
\n" ); document.write( "
\n" ); document.write( "
\n" );