document.write( "Question 1178696: Assume that male and female births are equally likely and that the birth of any
\n" );
document.write( "child does not affect the probability of the gender of any other children. Find the probability of at most five girls in ten births. \n" );
document.write( "
Algebra.Com's Answer #808078 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The number of girls in 10 births is either less than 5, or equal to 5, or more than 5: \n" ); document.write( "P(less than 5 girls)+P(5 girls)+P(more than 5 girls) = 1 \n" ); document.write( "Because the probabilities for male or female are the same, \n" ); document.write( "P(less than 5 girls) = P(more than 5 girls) \n" ); document.write( "So \n" ); document.write( "2*P(less than 5 girls) = 1-P(5 girls) \n" ); document.write( "P(less than 5 girls) = (1-P(5 girls))/2 \n" ); document.write( "P(5) = C(10,5)*(0.5)^10 = 0.246 (to 3 decimal places) \n" ); document.write( "P(less than 5 girls) = (1-0.246)/2 = 0.377 \n" ); document.write( "P(at most 5 girls) = P(less than 5 girls)+P(5 girls) = 0.377+0.246 = 0.623 \n" ); document.write( " \n" ); document.write( " |