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?
--
1st layer: x
2nd layer: x+3
3rd layer: x+6
4th layer: x+9
5th layer: x+12
------------------------
Equation:
sum = 80
5x+30 = 80
5x = 50
x = 10 (# in top layer)
============================
Cheers,
Stan H.