SOLUTION: A binomial experiment with probability of success p=0.73 and n=7 trials is conducted. What is the probability that the experiment results in 6 or more successes?

Algebra.Com
Question 1201217: A binomial experiment with probability of success p=0.73 and n=7 trials is conducted. What is the probability that the experiment results in 6 or more successes?
Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!
p(x) = p^x * q^(n-x) * c(n,x)

the sum of all probabilities needs to be 1.

in your problem:

p = .73
q = 1 - .73 = .27

p(6) = .73^6 * .27^1 * c(7,6) = .2860216877
p(7) = .73^7 * .27^0 * c(7,7) = .1104739852

your solution is the sum of these = .3964956729.

c(n,x) is equal to n! / (x! * (n-x)!)

for example:
c(7,6) is equal to 7! / (6! * 1!) = (7 * 6!) / (6! * 1!) = 7

here's all the probabilities that i calculated using excel.
the total probability is 1 as it should be.




RELATED QUESTIONS

A binomial experiment with probability of success p=0.73 and n=9 trials is conducted.... (answered by ikleyn)
A binomial experiment with probability of success p=0.2 and n=5 trials is conducted. What (answered by ikleyn)
Determine the indicated probability for a binomial experiment with the given number of... (answered by Boreal,Edwin McCravy)
A binomial distribution is based on n = 15 trials and success probability p = 0 4. . What (answered by mathmate)
A binomial probability experiment is conducted with the given parameters. Compute the... (answered by ewatrrr)
A binomial experiment has 4 trials in which p = 0.75. What is the probability of 1... (answered by robertb)
Consider a binomial experiment with n=6 trials where the probability of success on a... (answered by Edwin McCravy)
Consider a binomial experiment with n=6 trials where the probability of success on a... (answered by ikleyn)
you perform a binomial experiment that consists of 20 trials with a probability of 27%... (answered by ewatrrr)