document.write( "Question 971730: Ten light bulbs are chosen from a manufacturing lot and tested. If the probability of any bulb being defective is 0.1, find the probabilities of the following events: (a) exactly 2 of the bulbs are defective; (b) no more than 3 of the bulbs are defective; (c) at least 9 of the bulbs are not defective.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #594127 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Binomial distribution:
\n" ); document.write( "exactly 2 bulbs defective is 10C2 (0.1)^2 (0.9)^8= 0.194.
\n" ); document.write( "There are 45 ways two bulbs can be defective, and that is 10C2\r
\n" ); document.write( "\n" ); document.write( "No more than 3 are defective.
\n" ); document.write( "P (0) are defective = 0.9^10=0.3486
\n" ); document.write( "P(1) is defective = 10 *0.9^9 *0.1 = 0.3874 (the highest, because it is expected value)
\n" ); document.write( "P(2) are defective=0.194 from above
\n" ); document.write( "P(3) are defective= 10C3*(.9)^7 * (.1)^3= 0.057
\n" ); document.write( "This sum is 0.987
\n" ); document.write( "We want NO MORE THAN this, so that is the complement. It is 0.013.\r
\n" ); document.write( "\n" ); document.write( "At least 9 of the bulbs are not defective. That is the probability of (1) being defective and (0) being defective, which we computed above. That is 0.7360.
\n" ); document.write( "
\n" );