document.write( "Question 379163: In testing a new drug, researchers found that 10% of all patients using it will have a mild side effect. A random sample of 14 patients using the drug is selected. Find the probability that:
\n" ); document.write( "
\n" ); document.write( "(A) exactly two will have this mild side effect
\n" ); document.write( "(B) at least three will have this mild side effect.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #269544 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .10 and q = .90
\n" ); document.write( "P(exactly 2 out of 14 will have side effects):
\n" ); document.write( "P = 14C2 (.10)^2(.90)^12 = 81 *(.10)^2(.9)^12 = .257\r
\n" ); document.write( "\n" ); document.write( "P(at least three will have side effects):
\n" ); document.write( "P = 1 - P(none) - P(one) - P(two) = 1- (.9)^14 - 17*(.1)^1(.9)^13 - 136*(.1)^2(.9)^12
\n" ); document.write( "P = 1 -.2288 - .3559 - .2570 = .1584 \n" ); document.write( "
\n" );