document.write( "Question 1157871: It is known that a certain drug causes side effects in 12% of patients. If we consider a random sampling of 18 patients, what is the probability less than two have the side effect? \n" ); document.write( "
Algebra.Com's Answer #780780 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "for 0.12 probability of a side effect there is 0.88 probability of no side effect \n" ); document.write( "0 side effects is 0.88^18=0.1002 \n" ); document.write( "1 side effect is 18*.88^17*0.1^1=0.2049 \n" ); document.write( "The answer is the sum or 0.3051 \n" ); document.write( " |