document.write( "Question 333340: Suppose a survey of 890 families with 5 children was done.
\n" );
document.write( "a. what is the probability of observing children to be all boys or all girls?
\n" );
document.write( "b. what is the expected number of families having 3 boys and 2 girls? \n" );
document.write( "
Algebra.Com's Answer #238849 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose a survey of 890 families with 5 children was done. \n" ); document.write( "a. what is the probability of observing children to be all boys or all girls? \n" ); document.write( "P(all are boys) = (1/2)^890 \n" ); document.write( "P(all are girls) = (1/2)^890 \n" ); document.write( "--- \n" ); document.write( "P(are are boys OR all are girs) = 2*(1/2)^890 = (1/2)^889 \n" ); document.write( "--------------------------------------------------------------- \n" ); document.write( "b. what is the expected number of families having 3 boys and 2 girls? \n" ); document.write( "P(2 girls in fam. of 5) = 5C2*(1/2)^2*(1/2)^3 = 10*(1/32) = 5/16 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |