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

Algebra.Com's Answer #261736 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

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