document.write( "Question 1035339: The probability of giving birth to a girl is 1/2. What is the probability that a family of 6 will have at least 2 girls?
\n" );
document.write( "is it 89%? \n" );
document.write( "
Algebra.Com's Answer #649983 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The probability of giving birth to a girl is 1/2. What is the probability that a family of 6 will have at least 2 girls? \n" ); document.write( "is it 89%? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 6 and p(girl) = 1/2) \n" ); document.write( "----- \n" ); document.write( "P(2<= x <= 6) = 1 - P(0<= x <= 1) = 1-binomcdf(6,0.5,1) = 89.06% \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |