SOLUTION: Assume a binomial probability distribution has p = .60 and n = 200. What is the probability of 130 or more successes (to 4 decimals)?
Algebra ->
Probability-and-statistics
-> SOLUTION: Assume a binomial probability distribution has p = .60 and n = 200. What is the probability of 130 or more successes (to 4 decimals)?
Log On
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)? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
================