document.write( "Question 1187583: A box contains 1000 light bulbs. The probability that there is at least 1 defective bulb
\n" ); document.write( "in the box is 0.1, and the probability that there are at least 2 defective bulbs is 0.05.
\n" ); document.write( "Find the probability in each of the following cases:
\n" ); document.write( "(a) The box contains no defective bulbs.
\n" ); document.write( "(b) The box contains exactly 1 defective bulb.
\n" ); document.write( "(c) The box contains at most 1 defective bulb.
\n" ); document.write( "

Algebra.Com's Answer #819196 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
The probability that there are no defective bulbs is 0.9, since the rest of the probability (0.1) is devoted to 1 or more defective bulbs.
\n" ); document.write( "-
\n" ); document.write( "that means that the probability of a bulb's not being defective, when raised to the 1000th power, is 0.9
\n" ); document.write( "x^1000=0.9
\n" ); document.write( "log of both sides and 1000 log x=-0.04576
\n" ); document.write( "so log x=0.00004576
\n" ); document.write( "raise x to the 10th power\r
\n" ); document.write( "\n" ); document.write( "x=0.99989 probably that a given bulb is not defective, so the probability one is defective is 0.0001054
\n" ); document.write( "-
\n" ); document.write( "Exactly 1 defective is
\n" ); document.write( "probability exactly 1 is defective is 1000C1*0.99989^999*0.0001054=0.09443
\n" ); document.write( "-
\n" ); document.write( "At most 1 defective is 1- the above probability or 0.90557
\n" ); document.write( "
\n" );