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? 
-----
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.
=============