SOLUTION: A couple decided to have 4 children. What is the probability that they will have at least two boys?

Algebra.Com
Question 250486: A couple decided to have 4 children.
What is the probability that they will have at least two boys?

Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!
the possible combinations of boys and girls are:

bbbb
bbbg
bbgg
bggg
gggg

all boys can occur in 1 way so p(4b) = 1 * .5^4 = .0625
3 boys 1 girl can occur in 4 ways so p(3b1g) = 4 * .5^4 = .25
2 boys 2 girls can occur in 6 ways so p(2b2g) = 6 * .5^4 = .375
1 boy 2 girls can occur in 4 ways so p(1b3g) = 4 * .5^4 = .25
all girls can occur in 1 way so p(4g) = 1 * .5^4 = .0625

sum of all probabilities should be equal to 1.

2 * .0625 + 2 * .25 + .375 = 1 so we're good there.

probability of at least 2 boys equals p(2b2g) + p(3b1g) + p(4b) = .375 + .25 + .0625 = .6875 = 68.75%

the number of ways you can get all boys is 1 as shown below:

bbbb

the number of ways you can get 3 boys and 1 girls is 4 as shown below:

bbbg
bbgb
bgbb
gbbb

the number of ways you can get 2 boys and 1 girl is 6 as shown below:

bbgg
bggb
ggbb
gbbg
bgbg
gbgb

since the order in which the children arrive has something to do with the probability of them arriving, these would be permutations.

since the probability of having a boy or a girl was the same (.5 in each case), the probability part of the equations was always the same (.5^4) regardless of whether it was 1 boy, 2 boys, 3 boys, or 4 boys.

for example:

p(bbbb) = .5*.5*.5*.5 = .5^4
p(gggg) = .5*.5*.5*.5 = .5^4
p(bbbg) = .5*.5*.5*.5 = .5^4
p(bbgg) = .5*.5*.5*.5 = .5^4

if the probability was different, i.e. p(b) = .75, p(g) = .25, then the probability for each of the permutations would have been different.

for example:

p(bbbb) = .25*.25*.25*.25 = .25^4
p(gggg) = .75*.75*.75*.75 = .75^4
p(bbbg) = .25*.25*.25*.75 = .25^3*.75
p(bbgg) = .25*.25*.75*.75 = .25^2*.75^2


RELATED QUESTIONS

A couple decided to have 5 children. (a) What is the probability that they will have... (answered by josmiceli)
if a couple plans to have 6 children, what is the probability that they will have at... (answered by Fombitz)
A couple has two children and at least one is a boy. What is the probability that they... (answered by math_helper)
A couple plans to have 6 children. Assuming that boys and girls are equally likely, what... (answered by ikleyn)
If a couple decides to have 8 children, what is the probability they will have 3 boys and (answered by rothauserc)
What is the probability that a couple will have at least three sons if they plan to have... (answered by ewatrrr)
a couple plans to have 5 children. what is the probability of having exactly two... (answered by stanbon,Alan3354)
If a couple has three children, what is the probability that they have at least one... (answered by Theo)
If a couple plans to have 9 children, what is the probability one will be at least one... (answered by ewatrrr)