Thread Closed

Can anyone confirm formula (combinations)

 
Share Thread Thread Tools
Mar26-05, 11:57 AM   #1
 
Recognitions:
Science Advisor Science Advisor

Can anyone confirm formula (combinations)


Hi, I've been scratching around trying to figure out a formula for the following problem and I've got one that I think is correct. Just wondering if anyone can confirm it for certain (like maybe you have it in a text book or know it well etc). Thanks.

Problem : You need to partition n=k*m distinct objects into k sets each containing m objects. How many ways can you do this?



Proposed Answer :

Number of possible distinct partitionings = n! / ( k! * (m!)^k )

(I think it's correct).
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Mar26-05, 12:11 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Sounds plausible.
Mar26-05, 01:03 PM   #3
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Are the sets into which we partition indistinguishable? Ie if we partition n into n sets there are n! ways of doing this if we consider order, or just 1 if we say that they are all equivalent. I'm guessing fromyour formula order doesn't matter.

So there are nCm ways of picking the first set, mutliplied by (n-m)Cm for the second and so on, but we need to divide by k! to forget the ordering which is, I suspect, exactly what your formula is.
Mar27-05, 12:50 AM   #4
 
Recognitions:
Science Advisor Science Advisor

Can anyone confirm formula (combinations)


Quote by matt grime
Are the sets into which we partition indistinguishable? Ie if we partition n into n sets there are n! ways of doing this if we consider order, or just 1 if we say that they are all equivalent. I'm guessing fromyour formula order doesn't matter.
Your guess is correct Matt, the way I set it up is that order doesn't matter. So in the example of partitioning n items into n sets of one item each then yes there is only one way to do it, not n! ways.

An example of the type of problem that I wanted to solve is : say you have 12 people meet to play 6 games of chess, how many distinct ways can you organize that round of 6 games.

BTW, I can prove for certain that the formula works for the m=2 case (like in the chess example) but I was just a little unsure if it was correct for m>2.
Thread Closed
Thread Tools


Similar Threads for: Can anyone confirm formula (combinations)
Thread Forum Replies
Can someone please confirm my answer? Introductory Physics Homework 17
Please confirm that I am right General Math 4
help me confirm Introductory Physics Homework 7
Can you confirm this answer? Introductory Physics Homework 4
n! term in formula for combinations Set Theory, Logic, Probability, Statistics 2