document.write( "Question 444838: In a clinical trial, a drug used to reduce fever caused side effects in 9% of the patients who took it. For a new trial, three patients were selected at random. Find the probability that none of those patients had side effects.\r
\n" );
document.write( "\n" );
document.write( "A. 0.27
\n" );
document.write( "B. 0.753571
\n" );
document.write( "C. 0.0081
\n" );
document.write( "D. 0.000729
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #306554 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The probability that a patient DOES NOT have side effects = 1 - 0.09 = 0.91 \n" ); document.write( "The probability that all 3 did not have side effects is the product of the individual probabilities: \n" ); document.write( "P(no side effects) = 0.91*0.91*0.91 = 0.753571 \n" ); document.write( "Ans: B \n" ); document.write( " |