document.write( "Question 11504: Assume that male and female borths are eqaully likely and that the birth of any child does not affect the probability of the gender of any other children. Find the probability of exactly seven boys in ten births. \n" ); document.write( "
Algebra.Com's Answer #5952 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Basic application of binomial distribution\r \n" ); document.write( "\n" ); document.write( " C(10,7)(1/2)^10 \n" ); document.write( " = C(10,3)(1/2)^10 \n" ); document.write( " = 10*9*8/(6*1024) \n" ); document.write( " = 120/1024 \n" ); document.write( " = 15/128\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |