Given the following pyramid, what is the number of the next row?
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.
Trick to solve this: Read out loud the number in the row. The speech will be the next number.
For example, 1 is read as " one number one ", so 1 1 will be the next number.
1 1 is read as " two number one ", so 2 1 will be the next number.
2 1 is read as " one number two , one number one ", so 1 2 1 1 will be the next number.
1 2 1 1 is read as " one number one , one number two , two number one ", so 1 1 1 2 2 1 will be the next number.
Applying the same method, 1 1 1 2 2 1 1 is read as " three number one , two number two , one number one ", so 3 1 2 2 1 1 will be the answer.