document.write( "Question 1126886: If a couple decides to have 8 children, what is the probability they will have 3 boys and 5 girls? \n" ); document.write( "
Algebra.Com's Answer #743211 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The probability of having a boy or girl is 50% = 1/2 \n" ); document.write( ": \n" ); document.write( "use the binomial probability formula \n" ); document.write( ": \n" ); document.write( "Probability (k successes out of n trials) = nCk * p^k * (1-p)^(n-k), where nCk = n!/(k! * (n-k)!)) \n" ); document.write( ": \n" ); document.write( "let n = 8, k = 3, p = 1/2 \n" ); document.write( ": \n" ); document.write( "Probability (3 boys out of 8 children) = 8C3 * (1/2)^3 * (1 - (1/2))^(8-3) = 0.21875 \n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |