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 #705651 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "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. \n" ); document.write( "A. find the probability that at least 50 of the applicants have their educational backgrounds checked \n" ); document.write( "B. find the probability that exactly 50 of the applicants have their educational backgrounds checked \n" ); document.write( " \n" ); document.write( "Solution:\r \n" ); document.write( "\n" ); document.write( "Since the probability of success (checking educational background) is constant throughout, sampling is random, and size of sample is known, we can model using the binomial distribution. \n" ); document.write( "P(x)=C(n,x)p^x*(1-p)^(n-x) \n" ); document.write( "with C(n,x)=n!/(x!(n-x)!) number of combinations of x objects taken out of n. \n" ); document.write( " \n" ); document.write( "Here, n=75, x=50, p=0.8 \n" ); document.write( " \n" ); document.write( "(B) exactly 50 applicants (out of 75) have their backgrounds checked: \n" ); document.write( "P(X=50)=C(75,50)*(0.8^50)(0.2^25) \n" ); document.write( "=52588547141148893628*1.427247692705967*10^-5*3.355443200000008*10^-18 \n" ); document.write( "= 0.00251849 \n" ); document.write( " \n" ); document.write( "(A) At least 50 applicants \n" ); document.write( "P(X>=50)=P(X=50)+P(x=51)+P(X=52)+...+P(x=75) \n" ); document.write( "=0.0025185+0.0049382+0.0091167+0.0158252+0.0257893 \n" ); document.write( "+0.0393872+0.0562675+0.0750233+0.0931324+0.1073390 \n" ); document.write( "+0.1144950+0.1126180+0.1017195+0.0839589+0.0629692 \n" ); document.write( "+0.0426253+0.0258335+0.0138807+0.0065321+0.0026507 \n" ); document.write( "+0.0009088+0.0002560+0.0000569+0.0000094+0.0000010 \n" ); document.write( "+0.0000001 \n" ); document.write( "=0.9978525 \n" ); document.write( " \n" ); document.write( "Since the above calculation is quite tedius, in most cases, solution is obtained using the normal approximation. \n" ); document.write( "mean=75*0.8=60 \n" ); document.write( "variance=75*0.8*0.2=12 \n" ); document.write( "standard deviation = sqrt(12) \n" ); document.write( "Applying the continuity correction, \n" ); document.write( "Z=(49.5-60)/sqrt(12)=-3.0311 \n" ); document.write( "P(Z>49.5) \n" ); document.write( "=1-P(Z>49.5) \n" ); document.write( "=1-0.001218367 \n" ); document.write( "=0.9987816 \n" ); document.write( "with an error of -0.093% \n" ); document.write( " \n" ); document.write( " |