document.write( "Question 611582: In testing a new drug, researchers found that 5% of all patients using it will have a mild side effect. A random sample of 13 patients using the drug is selected. Find the probability that:
\n" );
document.write( "
\n" );
document.write( "(A) exactly three will have this mild side effect
\n" );
document.write( "(B) at least two will have this mild side effect.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #385046 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In testing a new drug, researchers found that 5% of all patients using it will have a mild side effect. A random sample of 13 patients using the drug is selected. \n" ); document.write( "Binomial Problem with n = 13 and p(side effect) = 0.05 \n" ); document.write( "-------\r \n" ); document.write( "\n" ); document.write( "Find the probability that: \r \n" ); document.write( "\n" ); document.write( "(A) exactly three will have this mild side effect \n" ); document.write( "P(x = 3) = 13C3*0.05^3*(0.95)^0 = 0.02140 \n" ); document.write( "==================== \n" ); document.write( "(B) at least two will have this mild side effect. \n" ); document.write( "P(2<= x <=3) = 1 - binomcdf(13,0.05,1) = 0.1354 \n" ); document.write( "==========================\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |