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 #214289 by stanbon(75887) ![]() You can put this solution on YOUR website! 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( "-- \n" ); document.write( "1st layer: x \n" ); document.write( "2nd layer: x+3 \n" ); document.write( "3rd layer: x+6 \n" ); document.write( "4th layer: x+9 \n" ); document.write( "5th layer: x+12 \n" ); document.write( "------------------------ \n" ); document.write( "Equation: \n" ); document.write( "sum = 80 \n" ); document.write( "5x+30 = 80 \n" ); document.write( "5x = 50 \n" ); document.write( "x = 10 (# in top layer) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |