What Is the Probability of Getting at Least One Pair of Shoes from Five Pairs?

  • Thread starter Thread starter Alexsandro
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the probability of selecting at least one matching pair of shoes when randomly choosing four shoes from five pairs. Participants express confusion over the correct approach to the problem, particularly regarding the combinatorial calculations involved. The correct method involves determining the probability of selecting four shoes without any pairs and subtracting that from one. The final probability of getting at least one pair is calculated to be 20/21, with an alternative method yielding the same result. The conversation highlights the complexities of combinatorial probability in this context.
Alexsandro
Messages
49
Reaction score
0
I tryed to do this question of many ways, but I couldn't reach the answer. Could someone help me ?

"Four shoes are taken at random from five differents pairs. What is the probability that there is at least one pair among them" ?

The answer to this question is below, but I don't know how I reach it:


1- {5 \choose 0.5 \choose 4 + 5 \choose 1.4 \choose 3 + 5 \choose 2.3 \choose 2 + 5 \choose 3.2 \choose 1 + 5 \choose 4.1 \choose 0}/10 \choose 4.
 
Last edited:
Physics news on Phys.org
if there are 10 shoes, and you take away 4, logically you would always have at least one pair left, but no more then three. Or am I understanding your question entirly wrong?
 
Don't multiple post.
 
gjt01 said:
if there are 10 shoes, and you take away 4, logically you would always have at least one pair left, but no more then three. Or am I understanding your question entirly wrong?

Yes, you are misunderstanding. He wants a pair in the shoes "taken", not in the shoes left.
 
I don't know how to reach that answer either. I especially don't know how to reach an answer that has 0 \choose 1 in it. The answer I got was:

P(at least 1 pair)
= 1 - P(no pairs)
= 1 - (# of ways to select 4 shoes with no pairs)/(# of ways to select 4 shoes)
= 1 - (# of ways to choose 4 pairs to select from * # of ways to pick one shoe from a given pair)/{10}\choose 4
= 1 - 5 \choose 42 \choose 1/210
= 1 - 1/21
= 20/21
 
AKG said:
I don't know how to reach that answer either. I especially don't know how to reach an answer that has 0 \choose 1 in it. The answer I got was:

P(at least 1 pair)
= 1 - P(no pairs)
= 1 - (# of ways to select 4 shoes with no pairs)/(# of ways to select 4 shoes)
= 1 - (# of ways to choose 4 pairs to select from * # of ways to pick one shoe from a given pair)/{10}\choose 4
= 1 - 5 \choose 42 \choose 1/210
= 1 - 1/21
= 20/21

------------------------

I wrote wrong, not is 0 \choose 1, the correct is 1 \choose 0. I repaired it.
 
I found simpler way with the same answer as yours

From five pairs of shoes , choosing four pairs is 5 c 4

within the four pairs of shoes , we have 2 ^ 4 possibilities

Hence the number of combinations with no pairs chosen is =

(2^4) * 5 c 4 = 80

p ( at least one pair is chosen) = 1- (80)/ 10 c 4
 
Back
Top