document.write( "Question 1183046: A company hires management trainees for entry-level sales positions. Past experience indicates that only 10% will still be employed at the end of 9 months. Assume the company recently hired 6 trainees.
\n" );
document.write( "a. What is the probability that three of the trainees will still be employed at the end of 9 months?
\n" );
document.write( "b. What is the probability that at least two of the trainees will still be employed at the end of 9 months?
\n" );
document.write( "c. What is the expected number of trainees that will still be employed at the end of 9 months?
\n" );
document.write( "d. What is the standard deviation of the number of trainees that will still be employed at the end of 9 months? \n" );
document.write( "
Algebra.Com's Answer #813191 by Boreal(15235) You can put this solution on YOUR website! This is 6C3(0.1)^3*(0.9)^3 \n" ); document.write( "the 6C3 are the number of ways three may be chosen from 6 (20). \n" ); document.write( "=0.01458 \n" ); document.write( "- \n" ); document.write( "Look at prob (0) and prob (1) and subtract that from 1. This will give the probability of at least 2. The prob. of 0 is .9^6=0.5314 \n" ); document.write( "1 is 6*.9^5*.1=0.3542 \n" ); document.write( "=0.8856 \n" ); document.write( "So the probability of at least two is 0.1144 \n" ); document.write( "E(X)=np =6*0.1=0.6 trainees \n" ); document.write( "Var(X)=np(1-p)=0.6*0.9=0.54 \n" ); document.write( "sd is sqrt(V)=0.7348 trainees\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |