Given, that we have the 5 letters a, a, b, b, c
Now we need to arrange them in such ways where 2 identical letters are not placed side by side. How many permutations of such condition can we have?
My question is that, how can I represent this problem by using stars and bars? And if I can't, what will be a quick method for solving this?
