document.write( "Question 510580: If 10% of the parts produced from a manufacturing process is defective, what is the probability that there are 15 or more defectives in a random sample of 100 items? \n" ); document.write( "
Algebra.Com's Answer #341837 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If 10% of the parts produced from a manufacturing process is defective, what is the probability that there are 15 or more defectives in a random sample of 100 items? \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 100 and p(defective) = 0.10 \n" ); document.write( "--- \n" ); document.write( "P(15 <= x <= 100) \n" ); document.write( "= 1 - P(0<= x <=14) \n" ); document.write( "= 1 - binomcdf(100,0.1,14) \n" ); document.write( "= 0.0726 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |