SOLUTION: A new surgery is successful 70% of the time. If the results of 10 such surgeries are randomly sampled, what is the probability that more than 8 of them are successful?

Algebra ->  Probability-and-statistics -> SOLUTION: A new surgery is successful 70% of the time. If the results of 10 such surgeries are randomly sampled, what is the probability that more than 8 of them are successful?       Log On


   



Question 825376: A new surgery is successful 70% of the time. If the results of 10 such surgeries are randomly sampled, what is the probability that more than 8 of them are successful?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A new surgery is successful 70% of the time. If the results of 10 such surgeries are randomly sampled, what is the probability that more than 8 of them are successful?
-----
Binomial Problem with n = 10 and p(success) = 0.7
-----
P(9<= x <=10) = 1 - binomcdf(10,0.7,8) = 0.1493
=============
Cheers,
Stan H.
=============