SOLUTION: In given case, find the probability of x successes in n Bernoulli trials with success probability p for each trial X=4 n=5 p=.55

Algebra ->  Probability-and-statistics -> SOLUTION: In given case, find the probability of x successes in n Bernoulli trials with success probability p for each trial X=4 n=5 p=.55       Log On


   



Question 732300: In given case, find the probability of x successes in n Bernoulli trials with success probability p for each trial X=4 n=5 p=.55

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
In given case, find the probability of x successes in n Bernoulli trials with success probability p for each trial X=4 n=5 p=.55
--------
P(x = 4) = 5C4*0.55*4*0.45 = binompdf(5,0.55,4) = 0.2059
=================
Cheers,
Stan H.
=================