- #1
songoku
- 2,384
- 351
- Homework Statement
- Martin plays game with 4 cards numbered 1, 2, 3 and 4. In each round, a random sample of n cards is taken without replacement (1≤ n ≤ 4). Find the probability of getting 2 as the smallest values
- Relevant Equations
- Probability
There are 3 cases of getting 2 as smallest values:
(1) Taking one card (n = 1) → Probability = 1/4
(2) Taking two cards (n = 2) → Probability = 1/4 x 2/3 x 2! = 1/3
(3) Taking three cards (n = 3) → Probability = 1/4 x 1/3 x 1/2 x 3! = 1/4
Total probability = 1/4 + 1/3 + 1/4 = 5/6
But the solution is 5/24.
I don't know where my mistake is but maybe I misinterpret the question. I also don't understand how many rounds the game will take (the question says "in each round")
Thanks
(1) Taking one card (n = 1) → Probability = 1/4
(2) Taking two cards (n = 2) → Probability = 1/4 x 2/3 x 2! = 1/3
(3) Taking three cards (n = 3) → Probability = 1/4 x 1/3 x 1/2 x 3! = 1/4
Total probability = 1/4 + 1/3 + 1/4 = 5/6
But the solution is 5/24.
I don't know where my mistake is but maybe I misinterpret the question. I also don't understand how many rounds the game will take (the question says "in each round")
Thanks