Question 724615
Assume a binomial probability distribution has p = .60 and n = 200. What is the probability of 130 or more successes (to 4 decimals)?
--------------------
P(130<= x<=200) = 1 - binomcdf(200,0.6,129) = 1-0.9156 = 0.0844
----------------
Cheers,
Stan H.
================