document.write( "Question 1064252: 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 row above it. If the display contains 100 cans, how many rows does it contain? \n" ); document.write( "
Algebra.Com's Answer #679297 by stanbon(75887)\"\" \"About 
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 row above it. If the display contains 100 cans, how many rows does it contain?
\n" ); document.write( "-----
\n" ); document.write( "Series:: 1+3+5+7+...
\n" ); document.write( "That is an arithmetic series with a(1) = 1 and d = 2
\n" ); document.write( "------------------------
\n" ); document.write( "Sum Formula:: S(n) = (n/2)(a(1)+a(n))
\n" ); document.write( "--------
\n" ); document.write( "Solve for \"n\"::
\n" ); document.write( "(n/2)(1+a(n)) = 100
\n" ); document.write( "But a(n) = a(1)+(n-1)*2
\n" ); document.write( "----
\n" ); document.write( "n(1+1+2n-2) = 200
\n" ); document.write( "n*2n = 200
\n" ); document.write( "2n^2 = 200
\n" ); document.write( "Ans:: n = 10 rows
\n" ); document.write( "--------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-------------
\n" ); document.write( "
\n" );