document.write( "Question 793086: In a batch of 2000 calculators, there are on average, 8 defective ones. If a random sample of 150 is selected, find the probility of 5 defective ones \n" ); document.write( "
Algebra.Com's Answer #480212 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a batch of 2000 calculators, there are on average, 8 defective ones. If a random sample of 150 is selected, find the probability of 5 defective ones. \n" ); document.write( "---------- \n" ); document.write( "Binomial Problem with n = 150 ; p(defective) = 8/2000 = 0.004 \n" ); document.write( "---------- \n" ); document.write( "P(x = 5) = 150C5*0.004^5*0.996^145 = binompdf(150,0.004,5) = 0.000339. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |