Question 852556
Let X be a binomial random variable with n = 9 and p = 0.2 (nine trials, probability of success = 0.2). Find the probability of 4 successes.
-------
P(x = 4) = 9C4*0.2^4*0.08^5 = binompdf(9,0.05,4) = 0.0006094
================
Cheers,
Stan H.
==============