document.write( "Question 324114: if a couple plans to have 10 children whats the probability of them having at least 2 boys\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #231944 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if a couple plans to have 10 children whats the probability of them having at least 2 boys \n" ); document.write( "--- \n" ); document.write( "Binomial with n = 10 and p = 1/2 \n" ); document.write( "---- \n" ); document.write( "P(2<= x <=10) = 1 - binomcdf(10,1/2,1) = 0.9893 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |