document.write( "Question 796331: Compact Disks are manufactured in batches of 120 and the overall rate of defects is 5%. Estimate the probability that a randomly selected batch contains more than 6 defects. \n" ); document.write( "
Algebra.Com's Answer #481354 by stanbon(75887) ![]() You can put this solution on YOUR website! Compact Disks are manufactured in batches of 120 and the overall rate of defects is 5%. Estimate the probability that a randomly selected batch contains more than 6 defects. \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 120 and p(defect) = 0.05 \n" ); document.write( "---- \n" ); document.write( "P(7<= x <=120) = 1 - P(0<= x <=6) = 1 - binomcdf(120,0.05,6) = 0.3937 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " \n" ); document.write( " |