document.write( "Question 616203: 3. Your firm’s accountant believes that 15% of the company’s invoices contain arithmetic errors. To check this theory, the accountant randomly selects 50 and checks them.
\n" );
document.write( "
\n" );
document.write( "a) Give the formula for the probability that exactly six of them are in error.
\n" );
document.write( "b) Give the mean and standard deviation for distribution representing the number of invoices among the 50 that are in error.
\n" );
document.write( "c) Which is larger: the mean or the median? Why?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #387613 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Your firm’s accountant believes that 15% of the company’s invoices contain arithmetic errors. To check this theory, the accountant randomly selects 50 and checks them. \n" ); document.write( " \n" ); document.write( "a) Give the formula for the probability that exactly six of them are in error \n" ); document.write( "P(x = 6) = 50C6*(0.15)^6*(0.85)^45 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "b) Give the mean and standard deviation for distribution representing the number of invoices among the 50 that are in error. \n" ); document.write( "mean = np = 50*0.15 = 7.5 \n" ); document.write( "std = sqrt(npq) = sqrt(7.5*9.85) = 2.5249 \n" ); document.write( "------ \n" ); document.write( "c) Which is larger: the mean or the median? Why? \n" ); document.write( "median = middle score of 0 to 15::: (7+8)/2 = 7.5 \n" ); document.write( "mean = np = 7.5 \n" ); document.write( "---- \n" ); document.write( "The mean = the median \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |