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
--------
P(x = 4) = 5C4*0.55*4*0.45 = binompdf(5,0.55,4) = 0.2059
=================
Cheers,
Stan H.
=================