92.3k views
3 votes
A closet contains n pairs of shoes. (a) if 2r shoes are chosen at random (2r < n), what is the probability that there will be no matching pair in the sample?

User Conradj
by
7.9k points

2 Answers

3 votes

Final answer:

The probability of no matching pair in a sample of 2r shoes chosen at random from n pairs of shoes is [(n-1)(n-3)(n-5)...(n-(2r-1))] / [(2n-1)(2n-3)(2n-5)...(2n-(2r-1))]

Step-by-step explanation:

The question is asking for the probability that there will be no matching pair in a sample of 2r shoes chosen at random from a closet containing n pairs of shoes, where 2r < n. To calculate this probability, we need to consider the number of ways we can choose 2r shoes without a matching pair and divide it by the total number of possible combinations. The probability can be calculated as:

P(no matching pair) = [(n-1)(n-3)(n-5)...(n-(2r-1))] / [(2n-1)(2n-3)(2n-5)...(2n-(2r-1))]

User Mingle Li
by
7.7k points
0 votes
Answer: 2^(2r)C(2r, n)/C(2r, 2n)
Solution: The number of ways to select 2r out of 2n shoes is as follows:
C(2r, 2n)
Now suppose that n pairs of shoes are (a1,b1),(a2,b2),...,(an,bn).
When we select 2r in here, there is no matching pair, so we can choose at most one in each pair. The number of ways for selecting 2r pairs in n pairs is as follows:
C(2r, n)
Since we can choose one of the two in a pair, the number of ways we can pull it is as follows
C(2r, n)*2^(2r)
Therefore, the probabilty of getting is:
C(2r,n)*2^(2r)/C(2r,2n)

User JWood
by
8.2k points