document.write( "Question 1091257: you are told that there is an 80% chance that a prospective employer will check the educational background of a job applicant. 75 job applications are randomly selected.\r
\n" );
document.write( "\n" );
document.write( "A. find the probability that at least 50 of the applicants have their educational backgrounds checked\r
\n" );
document.write( "\n" );
document.write( "B. find the probability that exactly 50 of the applicants have their educational backgrounds checked \n" );
document.write( "
Algebra.Com's Answer #705650 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! at least 50 would be 50 upward \n" ); document.write( "the mean is np=75*0.80=60 \n" ); document.write( "the variance is np(1-p)=60*0.2=12 \n" ); document.write( "the sd is sqrt (12)=3.464 \n" ); document.write( "use continuity correction factor of 49.5 \n" ); document.write( "(49.5-60)/3.464=-3.03 \n" ); document.write( "This is the probability z >=-3.03, which is 0.9976 \n" ); document.write( "Exactly 50 is 75C50(0.8)^50*0.2^25=0.0025 \n" ); document.write( " |