Please help me with this math (NSR)
Suppose, for the purposes of the following question, that each child born to a couple is equally likely to be a boy as to be a girl regardless of the sex distribution of the other children in the family.
If a couple has 5 children what is the probability that exactly three of the children are boys?
and if a couple has 5 children what is the probability that there is at least one girl?
These should be easy, I for some reason cannot figure it out. Anyone?
Re: Please help me with this math (NSR)
Quote:
Originally posted by alto
Suppose, for the purposes of the following question, that each child born to a couple is equally likely to be a boy as to be a girl regardless of the sex distribution of the other children in the family.
If a couple has 5 children what is the probability that exactly three of the children are boys?
and if a couple has 5 children what is the probability that there is at least one girl?
These should be easy, I for some reason cannot figure it out. Anyone?
Maybe I'm missing something here, but I think there are only 6 possible combinations: 5B, 4B/1G, 3B/2G, 2B/3G, 1B/4G, 5G.
So there is exactly a 1/6 chance of having three boys and two girls, and a 5/6 chance that there will be a t least one girl.
The math should be easy, but I can't remember. I think it involves factorials, though!
Re: Re: Please help me with this math (NSR)
Quote:
Originally posted by The AD
Maybe I'm missing something here, but I think there are only 6 possible combinations: 5B, 4B/1G, 3B/2G, 2B/3G, 1B/4G, 5G.
So there is exactly a 1/6 chance of having three boys and two girls, and a 5/6 chance that there will be a t least one girl.
The math should be easy, but I can't remember. I think it involves factorials, though!
Yes, you are missing something.
Yes, it can be done with factorals, however the Pascal triangle gives the same answer.
Think about it. There 10 possible ways of having three girls GGGBB, GGBBG, GBBGG, BBGGG, BGBGG, BGGBG, BGGGB, GBGBG, GGBGB, GBGGB , but only one way of having all boys BBBBB. All of those possibilities have equal chances of occurring, therefore it must be ten times as likely to have three girls as all boys.
Re: Please help me with this math (NSR)
Quote:
Originally posted by alto
If a couple has 5 children what is the probability that exactly three of the children are boys?
Sample Set is 2^5=32. Number of ways to choose 3 boys is 5C3, or 10. So, 10/32.
Quote:
and if a couple has 5 children what is the probability that there is at least one girl?
Probability that there are NO girls in family: 1/32, so at least one girl is 1 - 1/32, or 31/32.
Re: Re: Re: Please help me with this math (NSR)
Quote:
Originally posted by grrrr
Yes, you are missing something.
Yes, it can be done with factorals, however the Pascal triangle gives the same answer.
Think about it. There 10 possible ways of having three girls GGGBB, GGBBG, GBBGG, BBGGG, BGBGG, BGGBG, BGGGB, GBGBG, GGBGB, GBGGB , but only one way of having all boys BBBBB. All of those possibilities have equal chances of occurring, therefore it must be ten times as likely to have three girls as all boys.
I don't think so. You're assuming it's order dependent, and it isn't. The question wasn't "what's the probability of having three boys in a row?" I see only 6 possible outcomes, with exactly one of them being 3 boys and 2 girls.
EDIT: OK, I think I get it now. I guess I better go back to school! I should have known I was wrong because I couldn't explain it mathematically.