document.write( "Question 506941: there is a .35 percent chance that if you take pill x, you will get insomnia. What is the probability that at least five will experience insomnia out of a sample of 25? \n" ); document.write( "
Algebra.Com's Answer #340300 by stanbon(75887) ![]() You can put this solution on YOUR website! there is a 35 percent chance that if you take pill x, you will get insomnia. What is the probability that at least five will experience insomnia out of a sample of 25? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 25 and p = 0.35 \n" ); document.write( "----- \n" ); document.write( "P(5<= x <= 25) \n" ); document.write( "= 1 - P(0<= x <=4) \n" ); document.write( "= 1 - binomcdf(25,0.35,4) \n" ); document.write( "= 0.9680 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |