SOLUTION: 5 batteries... 3 bad and 2 good. if you pick 4, what is the probability that you will get 2 good and 2 bad?
Algebra ->
Probability-and-statistics
-> SOLUTION: 5 batteries... 3 bad and 2 good. if you pick 4, what is the probability that you will get 2 good and 2 bad?
Log On
You can put this solution on YOUR website! 5 batteries... 3 bad and 2 good. if you pick 4, what is the probability that you will get 2 good and 2 bad?
---
# of ways to get 2 good: 2C2 = 1
# of ways to get 2 bad: 3C2 = 3
----
Total # of ways to succeed: 1*3 = 3
-----
Total # of random sets of 4 = 5C4 = 5
------
Ans: P(2 good and 3 bad) = 3/5
----
Cheers,
Stan H.