document.write( "Question 136010: in a family of six children, what is the probability of having at least three girls? \n" ); document.write( "
Algebra.Com's Answer #99658 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! in a family of six children, what is the probability of having at least three girls? \n" ); document.write( "------------ \n" ); document.write( "That also is a binomial problem. \n" ); document.write( "You want Prob(3 or 4 or 5 or 6 girls in 6 \"experiments\") \n" ); document.write( "--------------- \n" ); document.write( "That can be done with a binomial chart, which you might have, or \n" ); document.write( "with a calculator: \n" ); document.write( "Ans: P(at least3 in 6) = 1 - binomcdf(6,1/2,2) = 0.65625... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |