document.write( "Question 437035: twenty percent of the employees of a large company are female. find the probability that in a random sample of 15 employees, at least two are female. \n" ); document.write( "
Algebra.Com's Answer #302428 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
twenty percent of the employees of a large company are female. find the probability that in a random sample of 15 employees, at least two are female.
\n" ); document.write( "---
\n" ); document.write( "Binomial Problem with n = 15 and p = 0.2
\n" ); document.write( "---
\n" ); document.write( "P(x>=2) = 1-P(0<= x<=1) = 1 - binomcdf(15,0.2,1) = 0.8329
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );