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) (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.
=================
|
|
|