SOLUTION: A binomial experiment has 6 trials in which p = 0.25. What is the probability of getting at least 3 successes?
6C3(.25)^1?
Algebra ->
Probability-and-statistics
-> SOLUTION: A binomial experiment has 6 trials in which p = 0.25. What is the probability of getting at least 3 successes?
6C3(.25)^1?
Log On
Question 1035501: A binomial experiment has 6 trials in which p = 0.25. What is the probability of getting at least 3 successes?
6C3(.25)^1? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
-------------