If a family has 4 children, what is the probability that they have 2 boys and 2 girls?
Clarification: Assume that each birth has an equal chance of producing a girl or a boy.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can select 2 boys (or girls) from total 4 children in 4C2 (=6) ways. And there are total 16 possible outcomes. Hence the probability would be 6/16 or 3/8.
Each child can be a boy or a girl, so there are 2 4 = 1 6 total different variations of children.
The number of combinations of 4 children which contain 2 boys and 2 girls is ( 2 4 ) × ( 2 2 ) = 6 .
Thus, the probability of 2 boys and 2 girls is 1 6 6 = 8 3 .
We can use the formula n! ÷ k!(n-k)!
The possible arrangements of boys and girls can be calculated by calculating the sum of (from when k=0 to n=4 (I can't get that fancy E symbol sorry)) of the formula I gave above. n= 4 as we have 4 children.
When n=4 and k=0 the answer is 1.
When n=4 and k=1 the answer is 4
When n=4 and k=2 the answer is 6
When n=4 and k=3 the answer is 4
When n=4 and k=4 the answer is 1
1+4+6+4+1=16 therefore there are 16 possible outcomes.
We need k to be 2 since we have to arrange 2 boys out of 4 children so if we plug in the values we got 6 ways
Therefore the probability of having 2 boys and 2 girls is 6/16 = 3/8
Problem Loading...
Note Loading...
Set Loading...
There are two possible outcomes for the gender of each children: boy or girl. The probability of a boy b is 2 1 , and the probability of a girl g is 2 1 .
( b + g ) 4 = b 4 + 4 b 3 g + 6 b 2 g 2 + 4 b g 3 + g 4
The term 6 b 2 g 2 represents 2 boys and 2 girls.
P ( 2 b o y s , 2 g i r l s ) = 6 ( 2 1 ) 2 ( 2 1 ) 2 = 8 3