Question 710547
In a binomial situation, n=5 and π=.40 
Determine the probabilities of the following events using the binomial formula. (Round your answers to 4 decimal places.) 

P(x = 1) = 5C1(0.4)*(0.6)^4 = binompdf(5,0.4,1) = 0.2592
--------------------------------------------------------
 
P(x = 2) = 5C2(0.4)^2(0.6)^3 = binompdf(5,0.4,2) = 0.3456
===============
Cheers,
Stan H.
===============