document.write( "Question 507367: 7. Among companies doing highway or bridge construction, 80% test employees for substance abuse (based on data from the Construction Financial Management Association) A study involves the random selection of 12 such companies.\r
\n" );
document.write( "\n" );
document.write( "(a) Find the probability that exactly 7 of the 12 companies test for substance abuse.\r
\n" );
document.write( "\n" );
document.write( "(b) Find the probability that at least half of the companies test for substance abuse.\r
\n" );
document.write( "\n" );
document.write( "(c) For such group of 12 companies, find the mean and standard deviation for the number (among 12) that test for substance abuse.\r
\n" );
document.write( "\n" );
document.write( "(d) Using the results from part (c) and the range rule of thumb, indentify the range of usual value.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #340446 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Among companies doing highway or bridge construction, 80% test employees for substance abuse (based on data from the Construction Financial Management \n" ); document.write( "Association) \n" ); document.write( "-------------------------------------- \n" ); document.write( "A study involves the random selection of 12 such companies. \n" ); document.write( "Binomial Problem with n = 12 and p = 0.8 \n" ); document.write( " \n" ); document.write( "(a) Find the probability that exactly 7 of the 12 companies test for substance abuse. \n" ); document.write( "P(x = 7) = 12C7(0.8)^7*(0.2)^5 = 0.0532 \n" ); document.write( "----------------------------------------- \n" ); document.write( " \n" ); document.write( "(b) Find the probability that at least half of the companies test for substance abuse. \n" ); document.write( "P(7<= x <=12) = 1 - P(0<= x <=6) 1 - binomcdf(12,0.8,6) = 0.9806 \n" ); document.write( "----------------------------------------- \n" ); document.write( " \n" ); document.write( "(c) For a group of 12 companies, find the mean and standard deviation for the number (among 12) that test for substance abuse. \n" ); document.write( "mean = np = 12*0.8 = 7.2 \n" ); document.write( "std = sqrt(npq) = sqrt(7.2*0.2) = 1.2 \n" ); document.write( "---------------------------------------- \n" ); document.write( "(d) Using the results from part (c) and the range rule of thumb, indentify the range of usual value. \n" ); document.write( "If the \"range of usual values\" is 6*std, you get 6*1.2 = 7.2 \n" ); document.write( "================================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |