document.write( "Question 250486: A couple decided to have 4 children.
\n" );
document.write( "What is the probability that they will have at least two boys? \n" );
document.write( "
Algebra.Com's Answer #182372 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the possible combinations of boys and girls are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bbbb \n" ); document.write( "bbbg \n" ); document.write( "bbgg \n" ); document.write( "bggg \n" ); document.write( "gggg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "all boys can occur in 1 way so p(4b) = 1 * .5^4 = .0625 \n" ); document.write( "3 boys 1 girl can occur in 4 ways so p(3b1g) = 4 * .5^4 = .25 \n" ); document.write( "2 boys 2 girls can occur in 6 ways so p(2b2g) = 6 * .5^4 = .375 \n" ); document.write( "1 boy 2 girls can occur in 4 ways so p(1b3g) = 4 * .5^4 = .25 \n" ); document.write( "all girls can occur in 1 way so p(4g) = 1 * .5^4 = .0625\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sum of all probabilities should be equal to 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 * .0625 + 2 * .25 + .375 = 1 so we're good there.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of at least 2 boys equals p(2b2g) + p(3b1g) + p(4b) = .375 + .25 + .0625 = .6875 = 68.75%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of ways you can get all boys is 1 as shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bbbb\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of ways you can get 3 boys and 1 girls is 4 as shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bbbg \n" ); document.write( "bbgb \n" ); document.write( "bgbb \n" ); document.write( "gbbb\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of ways you can get 2 boys and 1 girl is 6 as shown below:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bbgg \n" ); document.write( "bggb \n" ); document.write( "ggbb \n" ); document.write( "gbbg \n" ); document.write( "bgbg \n" ); document.write( "gbgb\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the order in which the children arrive has something to do with the probability of them arriving, these would be permutations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "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.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(bbbb) = .5*.5*.5*.5 = .5^4 \n" ); document.write( "p(gggg) = .5*.5*.5*.5 = .5^4 \n" ); document.write( "p(bbbg) = .5*.5*.5*.5 = .5^4 \n" ); document.write( "p(bbgg) = .5*.5*.5*.5 = .5^4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "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.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(bbbb) = .25*.25*.25*.25 = .25^4 \n" ); document.write( "p(gggg) = .75*.75*.75*.75 = .75^4 \n" ); document.write( "p(bbbg) = .25*.25*.25*.75 = .25^3*.75 \n" ); document.write( "p(bbgg) = .25*.25*.75*.75 = .25^2*.75^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |