SOLUTION: a company finds that 20% of thier employees resign within one year. find the probability that among 30 employees, exactly 5 will resign I got the answer of .421 but not sur

Algebra ->  Probability-and-statistics -> SOLUTION: a company finds that 20% of thier employees resign within one year. find the probability that among 30 employees, exactly 5 will resign I got the answer of .421 but not sur      Log On


   



Question 367089: a company finds that 20% of thier employees resign within one year.
find the probability that among 30 employees, exactly 5 will resign
I got the answer of .421 but not sure, how to check it
thank you

Found 2 solutions by stanbon, ewatrrr:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
a company finds that 20% of thier employees resign within one year.
find the probability that among 30 employees, exactly 5 will resign
I got the answer of .421 but not sure, how to check it
----------------
Binomial Problem with n=30 and p = 0.2
---
P(x= 5) = 30C5*(0.2)^5*(0.8)^25 = 142506*0.00032*0.003778 = 0.172278..
==============
Cheers,
Stan H.

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

Hi,
Note: The probability of x successes in n trials is:
P = nCx* p%5Ex%2Aq%5E%28n-x%29 where p and q are the probabilities of success and failure respectively
In this case p =.20 and q = .80
nCx = n%21%2F%28x%21%28n-x%21%29%29
P(5 out of 30 will resign) = 30C5 *.2^5 * .8^25 = 142506 *.2^5 * .8^25 =.1723