document.write( "Question 967095: The probability that a new medication produces a bad side effect is 0.02. Estimate the probability that exactly 3 out of 50 will experience the bad side effect. \n" ); document.write( "
Algebra.Com's Answer #591070 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The probability that a new medication produces a bad side effect is 0.02. Estimate the probability that exactly 3 out of 50 will experience the bad side effect. \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 50 and p(bad effect) = 0.02 \n" ); document.write( "---- \n" ); document.write( "P(x = 3) = 50C3*0.02^3*0.98^47 = binompdf(50,0.02,3) = 0.06067 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------ \n" ); document.write( " |