A box contains 2 blue caps, 4 red caps, 5 greens caps and 1 yellow cap. If four caps are picked at random, the probability that none of the is green is
Explanation
Concept:
- The number of ways for selecting r from a group of n (n > r) = "C_r
- The probability of particular case = Total number of ways for selectionNumber of ways for the case can be executed
Calculation:
The total number of caps = 2 + 4 + 5 + 1 = 12
The number of ways for selecting four caps = 12C_4
The total number of caps other than green = 12 - 5 = 7
The number of ways for selecting four caps other than green = 7C_4
The probability of selecting four caps and none of them are green P(A') = The number of ways for selecting four capsThe number of ways for selecting four caps other than green
⇒ P(A') = 12C47C4
⇒ P(A') = 4!(12−4)!7!
⇒ P(A') = 997