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.)
x = 1
x = 2
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
===============
|
|
|