In how many ways 10 blue marbles and 5 green marbles can be arranged in a row such that no two green marbles are together ?
Can anyone help me solving this.
Printable View
In how many ways 10 blue marbles and 5 green marbles can be arranged in a row such that no two green marbles are together ?
Can anyone help me solving this.
Suppose you have a row of 10 blue marbles. Then you have to insert green marbles in this row. There is a certain number of places, let's call it n, where you can put those 5 green marbles. Therefore, the number of ways is.
See also this Wikipedia article about multiset coefficients, which are similar to binomial coefficients. In concerns with breaking the number 10 into 6 summands (by placing 5 green marbles between 10 blue ones) all of which are either positive or nonnegative. In your case, the leftmost and rightmost groups of blue marbles can be empty while other groups must be nonempty, but the idea of the solution is similar.