document.write( "Question 187761: Everytime Ashley and David play tennis, Ashley has a probability of 4/5 that she wins. if 5 games are played what is the probability that Ashley wins either 4 or 5 of the games? that she wins 3 games? \n" ); document.write( "
Algebra.Com's Answer #140760 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Everytime Ashley and David play tennis, Ashley has a probability of 4/5 that she wins. if 5 games are played what is the probability that Ashley wins either 4 or 5 of the games? that she wins 3 games? \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "It's binomial with n = 5, p = 4/5. \n" ); document.write( "P(she wins 4 or 5 games) = 1 - binomcdf(5,0.8,3) = 0.7373.. \n" ); document.write( "-------------------------------------------------------------------- \n" ); document.write( "P(she wins 3 games) = 5C3(4/5)^3(1/5)^2 = 0.2048.. \n" ); document.write( "===================================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |