document.write( "Question 914294: 3. From the previous experience it is known that 75% of all IT graduates get a job within three months of their graduation. In an IT college 25 students will graduate this semester.
\n" );
document.write( "a) What is the probability that more than 18 will get a job within three months of their graduation?
\n" );
document.write( "b) What is the probability that between 12 and 15 graduates will get a job within three months of their graduation?
\n" );
document.write( "c) What are the mean and standard deviation of this distribution
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #555004 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = .75, n = 25 \n" ); document.write( "a) 18/25 = .72, z(0.72) = (0.72-0.75)/sqrt[0.75*0.25/25) \n" ); document.write( "P (x >18) = normalcdf(z, 100) \n" ); document.write( "........... \n" ); document.write( "b) zL = (.48-.75)/sqrt[0.75*0.25/25), zH = (.6 - .75)/sqrt[0.75*0.25/25) \n" ); document.write( "P( 12 < x < 15) = normalcdf(zL,zH) \n" ); document.write( ".......... \n" ); document.write( "mean = |