document.write( "Question 1116741: Ten percent of computer parts produced by a certain supplier are defective. What is the probability that a sample of 10 parts contains more than 3 defective ones? \n" ); document.write( "
Algebra.Com's Answer #731663 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ten percent of computer parts produced by a certain supplier are defective. What is the probability that a sample of 10 parts contains more than 3 defective ones? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 10 and p = 0.1 \n" ); document.write( "--- \n" ); document.write( "P(4<=x<=10) = 1-binomcdf(10,0.1,3) = 0.0128 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |