SOLUTION: 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

Algebra ->  Probability-and-statistics -> SOLUTION: 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       Log On


   



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