document.write( "Question 296215: To verify the accuracy of their accounting entries , a company uses auditors for verification on a regular basis . the company's employees make erroneous entries 8% of the time . Suppose that an auditor randomly checks four entries .\r
\n" );
document.write( "\n" );
document.write( "1) find the probability distribution for Y , the number of erros detected by the auditor.
\n" );
document.write( "2) find the probability the auditor will detect more than one error ?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #213509 by stanbon(75887) ![]() You can put this solution on YOUR website! To verify the accuracy of their accounting entries , a company uses auditors for verification on a regular basis . the company's employees make erroneous entries 8% of the time . Suppose that an auditor randomly checks four entries . \n" ); document.write( "--------- \n" ); document.write( "Binomial Problem with n=4 and p=0.08 \n" ); document.write( "-------------------- \n" ); document.write( "1) find the probability distribution for Y , the number of errors detected by the auditor. \n" ); document.write( "General Form: P(x=k) = 4Ck(0.08)^k*(0.92)^(n-k) \n" ); document.write( "---------------------- \n" ); document.write( "P(x=0) = 4C0(0.08)^0*(0.92)^4 = 0.7164 \n" ); document.write( "P(x=1) = 0.2492 \n" ); document.write( "P(x=2) = 0.0325 \n" ); document.write( "P(x=3) = 0.0019 \n" ); document.write( "P(x=4) = 0.00004 \n" ); document.write( "============================ \n" ); document.write( "2) find the probability the auditor will detect more than one error ? \n" ); document.write( "P(2<= x <=4) = \"add P(x=4),P(x=3), and P(x=2) \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============================== \n" ); document.write( " \n" ); document.write( " |