document.write( "Question 275322: A display of cans on a grocery shelf consists of 20 cans on the bottom, 18 cans in the next row, and so on in an arithmetic sequence, until the top row has 4 cans. How many cans, in total, are in the display?\r
\n" );
document.write( "\n" );
document.write( "please use the equation needed so i know how to do it.
\n" );
document.write( "thank you:) \n" );
document.write( "
Algebra.Com's Answer #200824 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A display of cans on a grocery shelf consists of 20 cans on the bottom, 18 cans in the next row, and so on in an arithmetic sequence, until the top row has 4 cans. How many cans, in total, are in the display? \n" ); document.write( "----------------------------- \n" ); document.write( "20 + 18 + ... + 6 + 4 \n" ); document.write( "--------------------------- \n" ); document.write( "a = 20 ; d = -2 ; n = ? \n" ); document.write( "-------- \n" ); document.write( "4 = 20 + (n-1)(-2) \n" ); document.write( "-16 = (n-1)(-2) \n" ); document.write( "n-1 = 8 \n" ); document.write( "n = 9 \n" ); document.write( "------- \n" ); document.write( "S(9) = (9/2)(20+4) \n" ); document.write( "S(9) = 4.5*24 \n" ); document.write( "S(9) = 108 \n" ); document.write( "=================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |