document.write( "Question 872851: A recent survey shows that 60% of the factory workers willing to work overtime
\n" ); document.write( "without extra pay as long as they are guaranteed job security and bonus at the
\n" ); document.write( "end of the year. Fifteen factory workers are randomly selected, find (Use binomial
\n" ); document.write( "formula):
\n" ); document.write( "(a) The mean and standard deviation of the number of workers who are willing to
\n" ); document.write( "work overtime without extra pay. (2 marks)
\n" ); document.write( "(b) The probability that at least 13 workers are willing to work overtime without
\n" ); document.write( "extra pay. (3 marks)
\n" ); document.write( "(c) The probability that 10 workers are unwilling to work overtime without extra
\n" ); document.write( "pay. (2 marks)
\n" ); document.write( "(d) Explain why a binomial distribution is suitable for computing probabilities of
\n" ); document.write( "the number of workers who are willing to work overtime without pay. (3 marks)
\n" ); document.write( "

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

\n" ); document.write( "Hi
\n" ); document.write( "p(willing to work overtime without pay) = .6, n = 15
\n" ); document.write( "a) Mean = .6*15 = 9, sd = √9 = 3
\n" ); document.write( "b) P(x ≥ 13) = 1 - binomcdf(15, .6, 12) = .0271
\n" ); document.write( "c) P(x=10) = 15C10(.6)^10(.4)^4 0r binompdf(15, .6, 10)= .1859
\n" ); document.write( "Single x-value
\n" ); document.write( "\"P+%28x%29=+highlight_green%28nCx%29%28p%5Ex%29%28q%29%5E%28n-x%29+\"
\n" ); document.write( "p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .6 & q = .4
\n" ); document.write( "\"nCx+=+%28n%21%29%2Fx%21%28n+-+x%29%21%29\"
\n" ); document.write( " \n" ); document.write( "
\n" );