I have $10$ identical coins that are to be placed at $10$ sites arranged in a ring. Assuming that the coins are placed at random, and by some chance only three coins turned out to be "up-faced". What are the number of possible ways such that none of these three "up-faced" coins are in adjacent sites?
What I tried is that there should be at least one "down-faced" coin in between two up-faced coins. Since, we have $7$ down-faced coins, all I have to find is number of ways to arrange these 7 coins such that there is at least one in between two "down-faced" coins. Note that the answer is $50$, but with my idea I get $38$. Any ideas?