document.write( "Question 949044: (1 pt) It is known that a certain drug causes side effects in 12% of patients. If we consider a random sampling of 15 patients, what is the probability less than two have the side effect?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #579316 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! It is known that a certain drug causes side effects in 12% of patients. If we consider a random sampling of 15 patients, what is the probability less than two have the side effect? \n" ); document.write( " ----------- \n" ); document.write( "Binomial Problem with n = 15 and p(side effects) = 0.12 \n" ); document.write( "------ \n" ); document.write( "P(0<= x <1) = binomcdf(15,0.12,1) = 0.4477 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |