document.write( "Question 1087892: you choose 3 batteries at random (with replacement) from a bag containing 10 batteries. Let x = the number of good batteries drawn. x/p(x) 0/.064 1/.288 2/.432 3/.216 What is the probability that at least one battery drawn is bad?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #702182 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "X = number of good batteries drawn\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Lets define the following two events
\n" ); document.write( "A = event that at least one battery is bad (1 battery is bad, 2 are bad, or all three are bad)
\n" ); document.write( "B = event that 0 batteries are bad (all 3 batteries are good)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: another way to think of event A is to think of it as \"2 good batteries selected, 1 good battery selected, or 0 good batteries selected\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "According to the given table
\n" ); document.write( "
\n" ); document.write( "We see that P(X = 3) = 0.216 which means P(B) = 0.216 is the probability of selecting all three batteries that are good\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This means P(A) = 1-P(B) = 1-0.216 = 0.784 is the final answer. It is the probability of selecting at least one bad battery (1 bad, 2 bad,or all 3 bad). \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note how A and B are complementary events. One event or the other, but not both, must happen. This is why P(A)+P(B) = 1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Another way to get to the answer is to add up the probabilities for X = 0 on up to X = 2. This indicates we have as little as 0 good batteries on up to as much as 2 good batteries. So we have 0.064+0.288+0.432 = 0.784 leading to the same answer.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );