document.write( "Question 724259: Three screws are drawn at random from a lot of 100 screws, 10 of which are defective. Find the probability of an event that all three screws drawn are non defective, assuming that we draw
\n" );
document.write( "(a) with replacement
\n" );
document.write( "(b) without replacement \n" );
document.write( "
Algebra.Com's Answer #443672 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three screws are drawn at random from a lot of 100 screws, 10 of which are defective. Find the probability of an event that all three screws drawn are non defective, assuming that we draw \n" ); document.write( "a) with replacement \n" ); document.write( "---- \n" ); document.write( "Binomial problem with n = 3 ; p(defect) = 0.1 ; p(not defect) = 0.9 \n" ); document.write( "P(3 not defective) = 0.9^3 = 0.729 \n" ); document.write( "------- \n" ); document.write( "(b) without replacement \n" ); document.write( "# of ways to succeed: 90C3 \n" ); document.write( "# of possible outcomes: 100C3 \n" ); document.write( "--- \n" ); document.write( "P(3 not defective) = 90C3/100C3 = 0.7265 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |