This solution doesn't make sense to me (Probability)

  • Thread starter Thread starter Xyius
  • Start date Start date
  • Tags Tags
    Probability
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
Xyius
Messages
501
Reaction score
4

Homework Statement


A team consisting of three boys and four girls must be formed from a group of nine boys and eight girls. If two of the girls are feuding and refusing to play on the same team, how many possibilities do we have?

Homework Equations


Combination formula [itex]\binom{n}{r}=\frac{n!}{(n-r)!r!}[/itex]

The Attempt at a Solution


My logic was that there are [itex]\binom{9}{3}[/itex] ways to choose the boys. For the girls I am a bit confused on how I would approach it. There are [itex]\binom{6}{4}[/itex] ways of choosing with only one of the girls who are fighting. But I do not know where to go from here.

The solution says..

[itex]\binom{9}{3}\left[ \binom{6}{4}+2\binom{6}{3} \right][/itex]

Almost got it, but I do not understand the logic behind the second term in the brackets.
 
on Phys.org
The C(6, 4) term is choosing four among the girls who aren't fighting. The C(6, 3) terms chooses three girls from the 6 not fighting, assuming one of the girls fighting is on the team.
 
Xyius said:

Homework Statement


A team consisting of three boys and four girls must be formed from a group of nine boys and eight girls. If two of the girls are feuding and refusing to play on the same team, how many possibilities do we have?


Homework Equations


Combination formula [itex]\binom{n}{r}=\frac{n!}{(n-r)!r!}[/itex]


The Attempt at a Solution


My logic was that there are [itex]\binom{9}{3}[/itex] ways to choose the boys. For the girls I am a bit confused on how I would approach it. There are [itex]\binom{6}{4}[/itex] ways of choosing with only one of the girls who are fighting. But I do not know where to go from here.

The solution says..

[itex]\binom{9}{3}\left[ \binom{6}{4}+2\binom{6}{3} \right][/itex]

Almost got it, but I do not understand the logic behind the second term in the brackets.

If Amy (A) and Brenda (B) are the two feuding girls you can pick girls for the team by (i) exlcuding both A and B; (ii) including A but excluding B; (ii) including B but excluding A.

RGV
 
Thanks a lot guys! I understand now! :D