Question 1035501
A binomial experiment has 6 trials in which p = 0.25. What is the probability of getting at least 3 successes?
----
P(3<= x <=6) = 1 - P(0<= x <=2) = 1-binomcdf(6,0.25,2) = 0.1694
-----------
Cheers,
Stan H.
-------------