Combinations precalc problem help

In summary, to form a subgroup of 4 people from 3 larger groups, with at least 1 person from each group, there are 360 possible groups. This can be calculated by choosing 2 people from one group and 1 person from each of the other 2 groups, and then adding up these combinations for each case. However, since the same group can be chosen in different orders, the total count needs to be divided by 2 to eliminate duplicate groups.
  • #1
danago
Gold Member
1,123
4
A subgroup must be formed, with 4 people being chosen from 3 larger groups.
  • Group A contains 6 people
    [*]Group B contains 4 people
    [*]Group C contains 3 people

The subgroup of 4 must contain atleast 1 person from each group (A,B,C). How many possible groups are there?


Well there are 6 possible choices for the first place, 4 for the next and 3 for the third place. The fourth place can be taken by any of the remaining 10people. The calculation i came up with was:

[tex]
{}^6C_1 {}^4C_1 {}^3C_1 {}^{10}C_1=720
[/tex]

However, that is wrong. What have i done wrong?
 
Physics news on Phys.org
  • #2
your first choice is 13C1, cause it doesn't matter from which one you choose first. now you are left with 12 people and you should choose from the other two groups, if you first chose from A then you now have 7C1 from either B or C, if you first chose B then now you have 9C1, if first C then now you have 10C1 in the second option you have [10C1+9C1+7C1]/2 cause we don't count repetitions.
now you are left with 11, and you should choose, if the first and second were A,B then now you choose 3C1, if it's A,C then now you have 4C1, and if it were B,C then now 6C1, for the fourth option you have:
10C1.
all in all you have:
13C1*([10C1+9C1+7C1]/2)*(6C1+4C1+3C1)*(10C1)

but don't take my word, I am not that good in counting. (-:
 
  • #3
The problem does not say anything about a "first" person, etc.: this is not a 'permutations' problem.

Here's how I would have done this. Since there must be at least one person from each subgroup, choose one person from A: there are 6 ways to do that. Then choose one from B: there are 4 ways to do that. Choose one person from C: there are 3 ways to do that.

Now put the remaining 5+ 3+ 2= 10 people in a single group and choose 1 person from them: there are 10C1= 10 ways of doing that. Altogether, there are 6*4*3*10= 720 ways of choosing 4 such people.
Except that I used slightly different language, that is exactly what you did.

Now, tell me why you say that is wrong!
 
  • #4
Well there are 2 reasons i thought it was wrong.

1) If there are no restrictions placed on the selection process, there are 13C4=715 possible groups. I would have thought that when resctrictions are placed, the number of groups should be less than when there are no restrictions.

2) The answer page says 360.
 
  • #5
The answer is 360, you need to divide by 2 since you decided that ordered mattered when you chose the last person.

You could also think of it like this.

You have to choose 2 people from one of the groups, and 1 person from each of the other 2 groups, so you have 3 cases.

Case 1 (choose 2 people from group A, 1 person from B, 1 person from C).

[tex]\binom{6}{2}\binom{4}{1}\binom{3}{1}[/tex]

Case 2 (choose 2 from group B, 1 from A, 1 from C).

[tex]\binom{6}{1}\binom{4}{2}\binom{3}{1}[/tex]

Case 3 (choose 2 from group C, 1 from A, 1 from B).

[tex]\binom{6}{1}\binom{4}{1}\binom{3}{2}[/tex]

Add these up and you get 360.
 
Last edited:
  • #6
Thats for that matt, that makes sense :smile: But when you said:

The answer is 360, you need to divide by 2 since you decided that ordered mattered when you chose the last person.

What exactly do you mean?
 
  • #7
Let me give you a concrete example to help clear what I probably cannot explain too well.

Let Group A be the people a,b,c,d,e,f

Group B consist of the people g,h,i,j

And Group C consist of the people k,l,m

The way you counted above, you counted everything twice.For example:

You chose a from Group A, g from Group B, k from Group C, and then say b from Group A.

You then counted b from Group A, g from Group B, k from Group C, and then a from Group A.

But these are the same groups, so you are double counting, and you can use the same reasoning to show that you double counted every group. That is why you need to divide by 2.
 
  • #8
Ahh ok thanks very much for that :smile:
 

Related to Combinations precalc problem help

1. What is a combination in precalculus?

A combination in precalculus refers to the arrangement of a set of objects in which the order doesn't matter. In other words, a combination is a selection of objects without regard to their order.

2. How do I solve combination problems in precalculus?

To solve combination problems in precalculus, you can use the formula nCr = n! / r!(n-r)!, where n represents the total number of objects and r represents the number of objects being selected. Alternatively, you can use the combination button on your calculator if it has one.

3. What is the difference between combinations and permutations in precalculus?

The main difference between combinations and permutations in precalculus is that permutations take into account the order of the objects being selected, while combinations do not. In other words, combinations are unordered while permutations are ordered.

4. Can combinations be repeated in precalculus?

No, combinations cannot be repeated in precalculus. This is because combinations are defined as unordered selections of objects, and therefore, the same combination cannot be repeated.

5. What are some real-life applications of combinations in precalculus?

Combinations are widely used in statistics, probability, and gambling. They can also be applied in fields such as genetics, computer programming, and cryptography.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
7
Views
770
  • Precalculus Mathematics Homework Help
Replies
8
Views
478
  • Precalculus Mathematics Homework Help
Replies
20
Views
3K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
563
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
Back
Top