document.write( "Question 824176: I need more detail solution:\r
\n" ); document.write( "\n" ); document.write( "A child has a bag full of little toy bricks each of dimensions 1cm x 1 cm x
\n" ); document.write( "1cm and decides to build a little wall with them. He wants to have 2 bricks in the top
\n" ); document.write( "row, 4 in the second row from the top, 6 in the third row from the top, and so on,
\n" ); document.write( "always placing two more bricks in every row below. If he has a total of 950 little
\n" ); document.write( "bricks, how tall can he make his wall?
\n" ); document.write( "

Algebra.Com's Answer #496366 by milo1954(10)\"\" \"About 
You can put this solution on YOUR website!
sequence 2,4,6,8....2n (n numbers of rows)
\n" ); document.write( "
\n" ); document.write( "adding
\n" ); document.write( " (2+2n)n/2
\n" ); document.write( "let get approximate to 950
\n" ); document.write( " (2+2n)n/2=950
\n" ); document.write( " (2n + 2n^2)/2=950
\n" ); document.write( " n+n*n=950
\n" ); document.write( "for n=30
\n" ); document.write( " 30+30*30=930
\n" ); document.write( "for n=31 rows
\n" ); document.write( "we need 31+31*31=992 blocks and we have only 950 so
\n" ); document.write( "30 rows tall is the answer\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );