Three numbers are chosen at random without replacement
Three numbers are chosen at random without replacement from {1, 2, 3, ...... 8}. The probability that their minimum is 3, given that their maximum is 6, is
- 2/5
- 1/4
- 3/8
- 1/5
Answer
Let A be the event that maximum is 6.
B be event that minimum is 3
P(A) = 5C2 / 8C3 (the numbers < 6 are 5)
P(B) = 5C2 / 8C3 (the numbers > 3 are 5)
P(A ∩ B) = 2C1 / 8C3
Required probability is = P(A ∩ B) / P(A)
The correct option is D.