document.write( "Question 349667: A batch of 100 calculators contains 5 defective calculators. If 6 calculators are selected at random from this batch, determine the probability that exactly two of those selected are defective. \n" ); document.write( "
Algebra.Com's Answer #249945 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A batch of 100 calculators contains 5 defective calculators. If 6 calculators are selected at random from this batch, determine the probability that exactly two of those selected are defective. \n" ); document.write( "---------------------- \n" ); document.write( "P(defective) = 5/100 = 0.05 \n" ); document.write( "P(not defective) = 0.95 \n" ); document.write( "----------------------------- \n" ); document.write( "P(x=2) = 6C2(0.05)^2*(0.95)4 = binompdf(6,0.05,2) = 0.0305 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |