document.write( "Question 1164775: Approximately 20% of corporate workforce are not happy with their immediate
\n" );
document.write( "bosses. Suppose 10 workers working in corporates are randomly selected.
\n" );
document.write( "a) What is the probability that everybody of them is happy with his immediate
\n" );
document.write( "boss?
\n" );
document.write( "b) What is the probability that at least two of the workers are unhappy with
\n" );
document.write( "their immediate bosses?
\n" );
document.write( "c) What is the probability that no more than two of the workers are unhappy
\n" );
document.write( "with their immediate bosses?
\n" );
document.write( "d) Calculate the expected value and variance of the distribution \n" );
document.write( "
Algebra.Com's Answer #789203 by Boreal(15235) You can put this solution on YOUR website! .80 are happy so for all 10 to be happy is .80^10=0.1074 \n" ); document.write( "at least 2 are unhappy. \n" ); document.write( "We know the probability that 0 are unhappy \n" ); document.write( "probability that 1 is unhappy is 10*0.2*0.8^9=0.2684 \n" ); document.write( "so the probability that at least 2 are unhappy is 1-0.1074-0.2684=0.6242 \n" ); document.write( "the probability that no more than 2 workers are unhappy is the probability 0 are+prob 1 is+prob 2 are. \n" ); document.write( "We know the first two. The probability that 2 are is 10C2*0.2^2*0.8^8=0.3020 \n" ); document.write( "The answer is 0.6778. Also on calculator with bincomcdf(10,0.2,2)ENTER\r \n" ); document.write( "\n" ); document.write( "expected value depends upon whether we are talking about happy (np=8) or unhappy (np=2) workers \n" ); document.write( "variance is the same for both (np(1-p))=1.6 workers \n" ); document.write( " |