SOLUTION: if the probability of a success on a single trial is .2, what is the probability of obtaining 3 successes in 10 trials if the number of successes is binomial?

Algebra ->  Probability-and-statistics -> SOLUTION: if the probability of a success on a single trial is .2, what is the probability of obtaining 3 successes in 10 trials if the number of successes is binomial?      Log On


   



Question 682269: if the probability of a success on a single trial is .2, what is the probability of obtaining 3 successes in 10 trials if the number of successes is binomial?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
if the probability of a success on a single trial is .2, what is the probability of obtaining 3 successes in 10 trials if the number of successes is binomial?
---
P(x = 3) = 10C3*0.2^3*0.8^7 = binompdf(10,0.2,3) = 0.2013
==============
Cheers,
Stan H.