document.write( "Question 230428:  In testing a new drug, researchers found that 20% of all patients using it will have a mild side effect.  A random sample of 15 patients using the drug is selected.  Find the probability that:
\n" );
document.write( "(a) exactly four will have this mild side effect.
\n" );
document.write( "(b) at least seven will have this mild side effect.\r
\n" );
document.write( "\n" );
document.write( "I understand how to do a, and I go the answer of .188, but I don't know how to do the setup for b.  I used the formula to calculate binomial probabilities for a, what do I do for be.  I'm not looking for an answer, I would just like the setup explained on how to get the answer.  Thanks for your help. \n" );
document.write( "
| Algebra.Com's Answer #170659 by stanbon(75887)      You can put this solution on YOUR website! In testing a new drug, researchers found that 20% of all patients using it will have a mild side effect. A random sample of 15 patients using the drug is selected. Find the probability that: \n" ); document.write( "--- \n" ); document.write( "Binomial with n=15, p=0.2 \n" ); document.write( "(a) exactly four will have this mild side effect. \n" ); document.write( "P(x=4) = 15C4(0.2)^4(0.8)^11) = 0.1876... \n" ); document.write( "------------------------------------------------- \n" ); document.write( "(b) at least seven will have this mild side effect.\r \n" ); document.write( "\n" ); document.write( "I understand how to do a, and I got the answer of .188, but I don't know how to do the setup for b. \n" ); document.write( "--- \n" ); document.write( "You could add up P(x=7)+P(x=8)+....+P(x=15) \n" ); document.write( "OR \n" ); document.write( "You should have a binomial table in your text (or find one online) \n" ); document.write( "that will give you the p(0<= x <=6). Subtract that number from 1 \n" ); document.write( "and you will have P(7 <= x <= 15) \n" ); document.write( "---------------------------------------- \n" ); document.write( "I get 0.0186.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |