In a colony all families have at least one child.The probability that a randomly chosen family from this colony has exactly $k$ children is $(0.5)^k;k=1,2,…$ A child is either a male or a female with equal probability.What will be the probability that such a family consists of atleast one male and atleast one female child?
Well,I started the problem in this way,may be I am wrong.
$A_i$:The $ith$ family has no male and female child.
So, we have to compute $P(bigcap_{i=1}^infty A_i)^c$
$P(bigcap_{i=1}^infty A_i)^c=1-P(bigcup_{i=1}^infty A_i)=1-(sum P[A_i]-sum(P(A_{i1}bigcap A_{i2})+…+P(bigcap A_i))$
Now I am unable to compute the probabilites. May be my approach is not right.Can anyone please give some hints about this problem?
Best Answer
Let's break this down into three possibilities:
- Only male children
- Only female children
- A mixture of male and female children
The three groups sum to 1 (because all families have at least one child), and so if we compute the probability of the first two groups, we can subtract that from one and get our answer. This is even easier because the two are symmetric–the probability of only having male children is the same as the probability of only having female children.
So how would we get the probability of only having sons?
Start with the probability of having a family with exactly one son (and zero daughters). The chance that the family size ($F$) is 1 is:
$P(F=k)=0.5^k to P(F=1)=0.5$
The probability that a family of size 1 has only sons ($S=F$) is:
$P(S=k|F=k)=0.5^k to P(S=1|F=1)=0.5$
But we want an unconditional probability, so
$P(S=1,F=1)=P(S=1|F=1)P(F=1)=0.25$.
Back out to the formulation with $k$, sum over all $k$, and we have half of the complement of our answer.
Similar Posts:
- Solved – Learning probability bad reasoning. Conditional and unconditional
- Solved – Learning probability bad reasoning. Conditional and unconditional
- Solved – the expected number of children until having at least a girl and a boy
- Solved – group_by() and summarize() is not resulting in one row in the output for each group
- Solved – Post hoc chi-square test