document.write( "Question 304391: Suppose that a family has 5 children. Also, suppose that the probability of having a girl is 1/2. Find the probabilities that the family has the following children.\r
\n" );
document.write( "\n" );
document.write( "1. Exactly 2 girls and 3 boys \n" );
document.write( "
Algebra.Com's Answer #217975 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that a family has 5 children. Also, suppose that the probability of having a girl is 1/2. Find the probabilities that the family has the following children. \n" ); document.write( "1. Exactly 2 girls and 3 boys \n" ); document.write( "----------- \n" ); document.write( "P(x = 2) = 5C2(1/2)^2(1/2)^3 = 10*(1/2)^5 = 10/32 = 5/16 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |