In the image, King Bowser has used 10 blocks to build 4 of the steps to his castle. He makes sure that every step is exactly one block taller than the previous step.
How many blocks, in total, would he need to build a staircase of 10 steps?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
look carefully,
first step is made of 1 brick
2nd step is made of 2 bricks
3rd step is made of 3 bricks
so, 10th step will be made of 10 bricks
so, the summation of bricks are=1+2+3+..........+10= 2 1 0 × 1 1 = 5 5
This is just triangle numbers. A very easy problem!
Number of blocks we require = n = 1 ∑ 1 0 n = 1 + 2 + 3 + ⋯ + 1 0 = 5 5
Problem Loading...
Note Loading...
Set Loading...
The number of blocks we need is 1 + 2 + 3 + ⋯ + 1 0 = 2 1 1 × 1 0 = 5 5