document.write( "Question 594257: A family has five children. The probability of having a girl is 1/2. What is the probability of
\n" );
document.write( "having at least 4 girls? \n" );
document.write( "
Algebra.Com's Answer #376667 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A family has five children. The probability of having a girl is 1/2. What is the probability of \n" ); document.write( "having at least 4 girls? \n" ); document.write( "----- \n" ); document.write( "p(4<= x <=5) = 1 - P(0<= x <=3) = 1 - binomcdf(5,1/2,3) = 0.1875 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |