A stack of bricks has 61 bricks in the bottom layer, 58 bricks in the second layer, 55 bricks in the third layer,and so on until there are 10 bricks in the last layer. How many bricks are there all together?

2 Answers
Jul 2, 2018

639 bricks altogether.

Explanation:

The order of bricks is {61,58,55,.........................,10}

This is an arithmetic series with first term a as 61, common difference d as -3 and n^(th) term as 10

As n^(th) term is a+(n-1)d=10, we have

61+(n-1)(-3)=10 i.e. 3(n-1)=61-10=51 i.e. n-1=51/3=17

and therefore n=17+1=18

and as sum of the series n/2(a+l), where l is the last term (observe that it is same as n/2(2a+(n-1)d))

Number of bricks is 18/2(61+10)=9xx71=639

639

Explanation:

Number of terms n in the series 61, 58, 55, \ldots, 10 with first term a=61 & a common difference d=-3

a_n=a+(n-1)d

10=61+(n-1)(-3)

n=18

Hence, the total number of bricks in the stack

=61+58+55+\ldots+10

=\frac{n}{2}(a+a_n)

=\frac{18}{2}(61+10)

=639