document.write( "Question 187394: What is the probability that if you have 8 kids, that at least 2 of them will be males? (Assume 7 births and P(male)=P(female)=.5 and births are independent events.) \n" ); document.write( "
Algebra.Com's Answer #140464 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
What is the probability that if you have 8 kids, that at least 2 of them will be males? (Assume 7 births and P(male)=P(female)=.5 and births are independent events.)
\n" ); document.write( "-------------
\n" ); document.write( "It's a binomial problem with n = 8,p = 1/2 ; 2 <= x <= 8\r
\n" ); document.write( "\n" ); document.write( "----------------------------------------------------------------
\n" ); document.write( "P(2 <= x <= 8) = 1 - binomcdf(8,0.5,1) = 0.9648
\n" ); document.write( "==================================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );