Darrenn001
New Member
- Joined
- Aug 9, 2013
- Messages
- 9
- Gender
- Male
- HSC
- 2013
How many ways can you arrange 3 identical black beads and 5 identical white beads in a circle. Answer is 7 working out please.
I can see that your answer is correct, but could you explain the combinatorial logic. That is, why only one factorial is decremented.total number of beads: 8
therefore, if they were all different, it would be: 8!/8 = 7!
with 3 identical black beads and 5 identical white beads, you would do this:
7!/(5!*3!) = 7
It's in a circle, so it would be the usual (n-1)! instead of n!.bump
I'm actually looking for someone who can explain well why the total is reduced by one, but the subgroups are not. I can see it, but I've always found it difficult to explain without hand waving.It's in a circle, so it would be the usual (n-1)! instead of n!.
Circle can be rotated, no definitive start point in comparison to arranging within a line.I'm actually looking for someone who can explain well why the total is reduced by one, but the subgroups are not. I can see it, but I've always found it difficult to explain without hand waving.
But what about the extreme case - ie. all 8 beads are black.^ I'm glad you are aware of things like that (statements without logical reinforcement)
So:
We set aside one bead (either black or white, doesn't matter) to serve as a reference point.
Then there are 7! arrangements for the remaining beads.
However there STILL exists on the circle 3 black and 5 white beads (the bead taken aside before does not magically disappear!), hence the need to divide by 3!.5! to remove duplicity
I don't think you are addressing the issue of the identical elements, which is the problem here. To be honest, its not clear to me what you are saying.Since In a circle doesn't matter where a person sits the first person would be able to be distinguished in a position because all places around the circle are considered as one arrangement.
I will try to explain what's going on here. (Apologies if it is not entirely coherent, I am not particularly good at combinatorics.)The method highlighted only works (roughly) for the case where we have 2 different colours, where we have approximately ways of arranging (n-k) and n identical elements in a circle.
The reason why I say approximately is because it really does depend on the values of (n-k) and n, because different values result in different rotational symmetries (from which the problem heavily circulates, pardon the pun). The fact that using the formula for your example with the 8 black beads yields 7!/8! (when the actual answer is 1) leads me to believe that the formula I stated above is lower bound approximation.
EDIT: I am 99% sure that it is a lower bound approximation. Bashed out a couple of cases and consistently got a small degree (no more than 1) off the actual answer.
I'm currently trying to figure out why the formula gives the exact answer in the case where we have 3 and 5 beads, yet fails for say 6 and 2 beads.
My gut feeling is telling me that it's something to do with 3 and 5 being co-prime, but will need to explore that idea a bit more.