document.write( "Question 733716: The ratio of boys to girls at birth in a country is quite high at 1.09:1 .what proportion of families of that country with exactly 6 children will have at least 3 boys?(Ignore the probability of multiple births).\r
\n" );
document.write( "\n" );
document.write( "please solve the question & explain what they tried to mean by saying \"(Ignore the probability of multiple births).\"?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #448564 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The ratio of boys to girls at birth in a country is quite high at 1.09:1 \n" ); document.write( "What proportion of families of that country with exactly 6 children will have at least 3 boys? \n" ); document.write( "--------------------------- \n" ); document.write( "P(having a boy) = 1.09/(1+1.09) = 0.5215 \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 6 \n" ); document.write( "P(3<= x <=6) = 1 - P(0<= x <=2) = 1 - binomcdf(6,0.5215,2) = 0.6957 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( "(Ignore the probability of multiple births). \n" ); document.write( "please solve the question & explain what they tried to mean by saying \"(Ignore the probability of multiple births).\"? \n" ); document.write( " \n" ); document.write( " |