document.write( "Question 641738: Assuming that each child has the probability 0.5 being a boy. Find the probability that a family of 4 children has:\r
\n" );
document.write( "\n" );
document.write( "a. exactly one boy
\n" );
document.write( "b. 2 or 3 boys
\n" );
document.write( "c. all girls and
\n" );
document.write( "d. at least one boy \n" );
document.write( "
Algebra.Com's Answer #403778 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! There are 2^4 or 16 outcomes of boys and girls, all the way from 4 girls to 4 boys. \n" ); document.write( "a) P(only 1 boy) = 4/16 or 1/4 \n" ); document.write( "b) P(2 or 3 boys) = 6/16 + 4/16 = 10/16 = 5/8 \n" ); document.write( "c) P(all girls) = 1/16 \n" ); document.write( "d) P(at least 1 boy) = 15/16 \n" ); document.write( " |