document.write( "Question 897340: 20% of items produced from a factory are defective. Find the probability that in a sample of 5 chosen at random.
\n" );
document.write( "i. None is defective
\n" );
document.write( "ii. One is defective
\n" );
document.write( "iii.P(1
Algebra.Com's Answer #544107 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 20% of items produced from a factory are defective. Find the probability that in a sample of 5 chosen at random. \n" ); document.write( "-------- \n" ); document.write( "Binomial Problem with n = 5 ; p(defect) = 0.2 ; p(not defect) = 0.8 \n" ); document.write( " i. None is defective \n" ); document.write( "P(x = 0) = 0.8^5 \n" ); document.write( "------- \n" ); document.write( " ii. One is defective \n" ); document.write( "P(x = 1) = 5C1*0.2*0.8^4 = binompdf(0.4096) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |