I have been thinking about a nice combinatorial problem:
In how many ways can we make sequences of 3A's, 3B's and 3C's such that A's and C's are not allowed to be standing next to eachother. I came up with this myself trying to challenge my students, since I'm a high school math teacher now. However I found out that I challenged myself with this one instead.
An easier variation I thought of is easy to solve: In how many ways can we make a sequence where A's are not allowed next to eachother. It's quite a nice argument: You can make sequences of 3B's and 3C's in $ 6 \choose 3 $ ways, after that you have $6+1=7$ spots to slide in the A's in $7 \choose 3$ ways. So in total $6 \choose 3$ $\cdot $ $7 \choose 3 $ $= 700$ sequences.
I was hoping to come up with a nice argument for the harder question, but unfortunately I failed to do so. So I was hoping anyone here had some ideas.
First place the 3 B's. There is only 1 way to do this. Then place the 3 A's in the 4 spots. There are ${{3+4-1}\choose{4-1}}=20$ ways to do this, by stars and bars. 4 with all A's in the same spot, 12 with two A's in one spot and one A in another spot, and 4 with all three A's in different spots. Now place the C's, depending on how the A's were arranged.
If the three A's are all together, then there are three remaining spots the three C's could be arranged. The could be as a group of three (=3 possibilities), as a group of two and a singleton (=6), or all separate (=1). Or, using stars and bars again, ${{3+3-1}\choose{3-1}} = 10$.
If the A's are in a group of two and a singleton, then there are two spots left and the C's can be arranged as a group of three (=2), or as a group of two and a singleton (=2). ${{3+2-1}\choose{2-1}} = 4$
If the A's are all separate, then the C's must all be together in the last spot (=1).
Adding them all together,
$$ 1\times\big(4\times(10) + 12\times(4) + 4\times(1) \big) = 92 $$