document.write( "Question 1087163: The probability that you will win a certain game is 0.4. If you play the game 8 times, what is the probability that you will win at least 6 times? \n" ); document.write( "
Algebra.Com's Answer #701442 by rothauserc(4718) You can put this solution on YOUR website! We use the binomial probability formula to solve this problem \n" ); document.write( ": \n" ); document.write( "Probability(P) ( k successes in n trials) = nCk * p^k * (1-p)^(n-k) where nCk = n! / (k! * (n-k)!) \n" ); document.write( ": \n" ); document.write( "P ( at least 6 wins out of 8) = P ( 6 wins out of 8) + P ( 7 wins out of 8 ) + P ( 8 wins out of 8 ) where p = 0.4 \n" ); document.write( ": \n" ); document.write( "P ( at least 6 wins out of 8) = 0.04 + 0.01 + 0.00 = 0.05 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |