document.write( "Question 719387: The J.O. Supply Company buys calculators from a Korean supplier. The probability of a defective calculator is 10%. 100 calculators are selected at random. What is the expected number of defectives? What is the standard deviation? What is the probability that 3 or more calculators will be defective? \n" ); document.write( "
Algebra.Com's Answer #441335 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The J.O. Supply Company buys calculators from a Korean supplier. \n" ); document.write( "The probability of a defective calculator is 10%. \n" ); document.write( "100 calculators are selected at random. \n" ); document.write( "What is the expected number of defectives? \n" ); document.write( "E(x) = np = 100*0.10 = 10 \n" ); document.write( "----------------------------------- \n" ); document.write( "What is the standard deviation? \n" ); document.write( "std = sqrt(npq) = sqrt(10*0.9) = 3 \n" ); document.write( "----------------------------------- \n" ); document.write( "What is the probability that 3 or more calculators will be defective? \n" ); document.write( "P(3 or more) = 1 - P(0<= x <=2) = 1 - binomcdf(100,0.1,2) = 0.9900\r \n" ); document.write( "\n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " \n" ); document.write( " |