Question 1035228
A binomial experiment has 5 trials in which p = 0.7. What is the probability of getting at least 2 successes?
P(2<= x <=5) = 1 - p(0<= x <=1) = 1 - binomcdf(5,0.7,1) = 1-0.0308 = 0.9692
------
Cheers,
Stan H.
-------------