Combinatorics - Choosing group memebers

adam.wp
Messages
11
Reaction score
0

Homework Statement



There is a group of 7 people. How many groups of 3 people can be made from the 7 when 2 of the people refuse to be in the same group?

Homework Equations


nCr


The Attempt at a Solution



Here is what I know:

7C3 gives the total number of groups that can be made.

5C1*2C2 gives the number of groups with the two feuding people; because, 2C2 gives the number of ways to choose both of the feuding people, and 5C1 gives the number of ways to choose any 1 of the none feuding people. Their product gives the number of sets with the two feuding people and 1 of the group of non-feuding people.

Based on this 7C3-5C1*2C2 gives the correct answer.

I understand this is the easiest method to solve the problem; however, I don't understand why 5C2*2C1 doesn't give the number of groups that do not contain the feuding people.

Can anyone explain what I am missing, conceptually?

I understand that (7C3-5C1*2C2)≠(5C2*2C1). But 5C2 gives the number of ways to choose 2 people from the set of non-feuding people. 2C1 gives the number of ways to choose only 1 of the set of feuding people, right/wrong? I thought the product of these two combinations would give the number of sets that do not contain the feuding people, but I am wrong. 5C2*2C1 gives fewer than the actual number of sets that do not contain the feuding people. I got to be missing something conceptually, what is it?
 
Physics news on Phys.org
adam.wp said:

Homework Statement



There is a group of 7 people. How many groups of 3 people can be made from the 7 when 2 of the people refuse to be in the same group?

Homework Equations


nCr


The Attempt at a Solution



Here is what I know:

7C3 gives the total number of groups that can be made.

5C1*2C2 gives the number of groups with the two feuding people; because, 2C2 gives the number of ways to choose both of the feuding people, and 5C1 gives the number of ways to choose any 1 of the none feuding people. Their product gives the number of sets with the two feuding people and 1 of the group of non-feuding people.

Based on this 7C3-5C1*2C2 gives the correct answer.

I understand this is the easiest method to solve the problem; however, I don't understand why 5C2*2C1 doesn't give the number of groups that do not contain the feuding people.

Can anyone explain what I am missing, conceptually?

I understand that (7C3-5C1*2C2)≠(5C2*2C1). But 5C2 gives the number of ways to choose 2 people from the set of non-feuding people. 2C1 gives the number of ways to choose only 1 of the set of feuding people, right/wrong? I thought the product of these two combinations would give the number of sets that do not contain the feuding people, but I am wrong. 5C2*2C1 gives fewer than the actual number of sets that do not contain the feuding people. I got to be missing something conceptually, what is it?

5C2*2C1 gives you the number of groups that contain exactly one feuding person. It doesn't count the groups that don't have either one.
 
Awesome! I forgot all about the sets with neither. So:

5C2*2C1+5C3 gives the answer I was looking for. Since 5C3 is the number of sets which contain neither person and 5C2*2C1 are the sets with either.

So I needed to think about which groups contained either, and which contained neither.

Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top