document.write( "Question 297630: Robert builds a wall made from bricks. Each layer has exactly three more bricks than the layer immediately above it. If the wall has five layers, how many bricks will the top layer have if the total number of bricks in the wall is 80? \n" ); document.write( "
Algebra.Com's Answer #214288 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
5x +0*3+1*3+2*3+3*3+4*3=80
\n" ); document.write( "5x+30=80
\n" ); document.write( "5x=50
\n" ); document.write( "x=10 top layer
\n" ); document.write( "22 first layer
\n" ); document.write( "check
\n" ); document.write( "10+13+16+19+22
\n" ); document.write( "ok
\n" ); document.write( "
\n" );