document.write( "Question 704389: the Probability of finding a defect in a metal foil is (.080). if 75 foil samples are inspected, what is the probability that exactly 10 samples have a defect? \n" ); document.write( "
Algebra.Com's Answer #434079 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the Probability of finding a defect in a metal foil is (.080). if 75 foil samples are inspected, what is the probability that exactly 10 samples have a defect? \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 75 ; p(defect) = 0.080 \n" ); document.write( "---- \n" ); document.write( "P(x = 10) = 75C10*0.080^10*0.0.92^65 = binompdf(75,0.080,10) = 0.0394 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |