SOLUTION: What is the probability that 6 out of 8 patients will be cured by a medicine given that that medicine has a 79% cure rate?

Algebra ->  Probability-and-statistics -> SOLUTION: What is the probability that 6 out of 8 patients will be cured by a medicine given that that medicine has a 79% cure rate?      Log On


   



Question 967581: What is the probability that 6 out of 8 patients will be cured by a medicine given that that medicine has a 79% cure rate?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What is the probability that 6 out of 8 patients will be cured by a medicine given that that medicine has a 79% cure rate?
--------------------
Binomial Problem with n = 8 and p(cure) = 0.79
----
P(x = 6) = 8C6*0.79^6*0.11^2 = binompdf(8,0.79,6) = 0.3002
===========
Cheers,
Stan H.
------------