document.write( "Question 273271: An industrial firm allows a discount on any invoice that is paid within 30 days. it is known that 12% of all invoices recieve the discount. In a company audit 9 invoices are randomlu selected independent of each other. Let x be the number of invoices among the selected 9 that receive the discount.
\n" );
document.write( "a- find the probability that exactly 3 invoices amond these 9 receive the discount.
\n" );
document.write( "b- find the probability that at least one of the invoices receives a discount.
\n" );
document.write( "c- find the mean and standard deviation of x. \n" );
document.write( "
Algebra.Com's Answer #199650 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An industrial firm allows a discount on any invoice that is paid within 30 days. \n" ); document.write( "It is known that 12% of all invoices receive the discount. In a company audit 9 invoices are randomly selected independent of each other. \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with p = 0.12 \n" ); document.write( "----------- \n" ); document.write( " \n" ); document.write( "Let x be the number of invoices among the selected 9 that receive the discount. \n" ); document.write( "a- find the probability that exactly 3 invoices among these 9 receive the discount. \n" ); document.write( "P(x=3) = 9C3(0.12)^3(0.88)^6 = 0.0674 \n" ); document.write( "================================================== \n" ); document.write( "b- find the probability that at least one of the invoices receives a discount. \n" ); document.write( "P(at least one) = 1 - P(none receive a discount \n" ); document.write( "P(at least one) = 1 - (0.88)^8 \n" ); document.write( "= 1 - 0.3165 \n" ); document.write( "= 0.6835 \n" ); document.write( "=================== \n" ); document.write( "c- find the mean and standard deviation of x. \n" ); document.write( "mean = np = 9*0.12 =1.08 \n" ); document.write( "std = sqrt(npq) = 0.97488,, \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |