SOLUTION: For 5 trials with the probability for success is 1/4 find the probability of exactley 3 successes

Algebra ->  Probability-and-statistics -> SOLUTION: For 5 trials with the probability for success is 1/4 find the probability of exactley 3 successes      Log On


   



Question 819329: For 5 trials with the probability for success is 1/4 find the probability of exactley 3 successes
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
For 5 trials with the probability for success is 1/4 find the probability of exactley 3 successes
------
P(x=3) = 5C3(1/4)^3(3/4)^2 = binompdf(5,1/4,3) = 0.0879
-----------
Cheers,
Stan H.
------------