document.write( "Question 581798: What is probability of having less than 3 boys in a family if there are four children total? \n" ); document.write( "
Algebra.Com's Answer #371810 by stanbon(75887) ![]() You can put this solution on YOUR website! What is probability of having less than 3 boys in a family if there are four children total? \n" ); document.write( "--- \n" ); document.write( "Binomial with n = 4 and p(boy) = P(girl) = 1/2 \n" ); document.write( "----------------- \n" ); document.write( "P(0<= x <=2) = binomcdf(4,1/2,2) = 0.6875 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |