The below is a number puzzle. It should be read left to right, top to bottom.
Question 1 What is the next two rows of numbers.
Question 2 How was this reached.
1 1
2 1
1 2 1 1
1 1 1 2 2 1

3 1 2 2 1 1
Ano, now to explain...
Ano, first, seperate the number sequence into groups of numbers based on what number they are, for example '1 1 1' '2 2' and '1'. Then, take the total number of numbers in the first group -there's 3 ones, so we use 3- and then put what number was counted -in this group, 1-, and repeat with the remaining numbers.
Ano, the next line would be '1 3 1 1 2 2 2 1', following the same process as above...