document.write( "Question 163910: Suppose that a family has 5 children. Also, suppose that the probability of having girl is 1/2. Find the probabilities that the family has the following children,
\n" );
document.write( "a) no more than 4 girls \n" );
document.write( "
Algebra.Com's Answer #120771 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that a family has 5 children. \n" ); document.write( "Find the probabilities that the family has the following children, \n" ); document.write( "a) no more than 4 girls \n" ); document.write( "--------------- \n" ); document.write( "This is a binomial problem with n=5; p = 1/2; 0 <= x < 5 \n" ); document.write( "P(0 <= x <5) = 1 - P(x=5) = 1 - (1/2)^5 = 31/32 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |