document.write( "Question 213056: A grocer makes a display of cans in which the top row has one can and each lower row has two more cans than the last row. If the display has 100 cans, how many rows does it contain? \n" ); document.write( "
Algebra.Com's Answer #160945 by stanbon(75887) ![]() You can put this solution on YOUR website! A grocer makes a display of cans in which the top row has one can and each lower row has two more cans than the last row. If the display has 100 cans, how many rows does it contain? \n" ); document.write( "------------------------------------ \n" ); document.write( "It's an arithmetic sequence: 1,3,5,7,...,2n-1 \n" ); document.write( "---------------- \n" ); document.write( "S(n) = (n/2)(1 + 2n-1] = 100 \n" ); document.write( "n[1 + 2n-1] = 200 \n" ); document.write( "--- \n" ); document.write( "n[2n] = 200 \n" ); document.write( "2n^2 = 200 \n" ); document.write( "n^2 = 100 \n" ); document.write( "n = 10 (# of rows) \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |