document.write( "Question 687788: a batch of 100 bulbs is known to have 5% defectives. if 10 bulbs are chosen at random, what is the probability that none of them will get defective? what is the probability that exactly two defectives will be found? \n" ); document.write( "
Algebra.Com's Answer #425381 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a batch of 100 bulbs is known to have 5% defectives. if 10 bulbs are chosen at random, what is the probability that none of them will get defective? what is the probability that exactly two defectives will be found?
\n" ); document.write( "--------
\n" ); document.write( "5 bulbs are defective; 95 bulbs are not defective
\n" ); document.write( "----
\n" ); document.write( "# of ways to select 2 defective: 5C2*95C8
\n" ); document.write( "---
\n" ); document.write( "# of ways to select 2 randomly 100C10
\n" ); document.write( "----
\n" ); document.write( "P(select 2 defective) = [5C2*95C8]/100C2 = 0.0702
\n" ); document.write( "------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );