I think we can assume every b is a box and every a is a ball, and it looks like there are 10 boxes and 6 balls. So I think there are C(15 5) (15 choose 5) ways for the combination. But the correct answer is 11 choose 5. I wonder why.
The original question is 'How many ways of arranging 6 a's and 10 b's with no consecutive a's?'
If you write all the $b$'s in a row
\begin{align*} b \quad b \quad b \quad b \quad b \quad b \quad b \quad b \quad b \quad b \end{align*} then you have $11$ different places to put the six $a$'s. Since you can't choose the same place twice (that would mean that two $a$'s are placed consecutively), the number of possible ways of placing the $a$'s is ${{11}\choose{6}}$. But by symmetry of the binomial coefficient, this is the same as ${{11}\choose{5}}$.