document.write( "Question 374065: Box 1 contains 1000 bulbs of which 10% are defective. Box 2 contains 2000 bulbs of which 5% are defective. Two bulbs are picked from a randomly selected box.
\n" );
document.write( "(a) Find the probability that both bulbs are defective.
\n" );
document.write( "(b) Assuming that both are defective, find the probability that they came from box 1. \n" );
document.write( "
Algebra.Com's Answer #266240 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "There is a 0.5 probability that Box 1 is selected: 100/1000 * 99/999 = .00991 \n" ); document.write( "There is a 0.5 probability that Box 2 is selected: 100/2000 * 99/1999 = .00248 \n" ); document.write( ". \n" ); document.write( "b) \n" ); document.write( ".00991/(.00991+.00248) \n" ); document.write( "=.00991/.01239 (rounding error) \n" ); document.write( "=.800 the probability that they came from box 1. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |