-1

How many different necklaces can be formed with $6$ white and $5$ red beads?

Since total number of beads is $11$ according to me it should be $\dfrac{11!}{6!5!}$ but correct answer is $21$. How does that come?

2 Answers2

2

First consider $$\dfrac{11!}{5!6!}$$ as you have done. Now since the necklace is "circular" you must divide by the number of beads to remove the repeated arrangements, that is:$$\dfrac{11!}{5!6!11}$$

Also, the necklace can be flipped over, thus twice as many combinations had been counted so far, so you must divide by 2. That is:$$\dfrac{11!}{5!\cdot6!\cdot11 \cdot 2}=21$$

Dylan Zammit
  • 1,218
1

When we are calculating the circular arrangements then we do $(n-1)!$. This is the case when clockwise and anti clockwise are different.

And when clockwise and anti clockwise are same, then we use $(n-1)!/2$.

So according to the Que we apply 2 formula $$(11-1)!/2×5!×6! =21.$$

311411
  • 3,537
  • 9
  • 19
  • 36