document.write( "Question 1003280: a grocer makes a display of canned tomatoes that are on sale there are 24 cans in the first layer and , after the first each layer contains three fewer cans than in the layer below there are three cans in the top layer how many layers of cans are in the display show work \n" ); document.write( "
Algebra.Com's Answer #620082 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Starting at the bottom layer: \n" ); document.write( "24 \n" ); document.write( "24 - 1*3 \n" ); document.write( "24 - 2*3 \n" ); document.write( "24 - 3*3 \n" ); document.write( "24 - 4*3 \n" ); document.write( "24 - 5*3 \n" ); document.write( "24 - 6*3 \n" ); document.write( "24 - 7*3 ( top layer ) \n" ); document.write( "------------------- \n" ); document.write( "You have the bottom layer plus 1 through 7 \n" ); document.write( "so, there are 8 layers \n" ); document.write( " |