What is the probability of this?

  • Context: Undergrad 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary

Discussion Overview

The discussion revolves around the probability of multiple persons pulling the same set of balls from a total of K balls, with each person selecting k balls at a time. Participants explore various interpretations of the problem, including the implications of the selection process and the conditions under which probabilities are calculated.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants propose that if each ball has a probability p, the probability of a specific k-tuple is given by {K choose k} p^k (1-p)^{K-k}.
  • Others argue that the probability that all persons pull the same k-tuple should be calculated as \left({K choose k} p^k (1-p)^{K-k}\right)^M, but question the validity of this approach.
  • There is a challenge regarding whether K balls are available to each person or if they are shared among all participants.
  • Some participants assert that the probability of selecting a specific k-tuple should consider the number of equally likely k-tuples available.
  • One participant suggests that if all persons pick at the same time, it may not be possible for them to pull the same balls, raising doubts about the problem's validity.
  • Another participant introduces the idea of using binomial distribution and combinatorial reasoning to calculate probabilities, emphasizing the need to account for permutations.
  • Concerns are raised about the implications of unequal probabilities for each ball and how that affects the overall probability calculations.
  • A later reply highlights the confusion surrounding the problem and suggests that the real question might involve different numbers of balls being pulled by each person and the intersection of selections.

Areas of Agreement / Disagreement

Participants express differing views on the correct approach to calculating the probability, with no consensus reached on the methodology or the interpretation of the problem. Multiple competing models and interpretations are present throughout the discussion.

Contextual Notes

Participants note limitations in their assumptions and the need for clarity on definitions, particularly regarding the selection process and the nature of the balls being chosen. The discussion reflects a range of mathematical reasoning without resolving the underlying uncertainties.

Who May Find This Useful

This discussion may be of interest to individuals studying probability theory, combinatorics, or those working on engineering models that involve similar probabilistic scenarios.

EngWiPy
Messages
1,361
Reaction score
61
Hi,

Suppose that there are M persons, and K balls number from 1 to K. Each person pulls k balls at the same time, and return them back. What is the probability that all persons pull the same k balls?

Thanks
 
Physics news on Phys.org
Hi S_David! :wink:

tell us what you think, and then we'll comment! :smile:
 
tiny-tim said:
Hi S_David! :wink:

tell us what you think, and then we'll comment! :smile:

Well, if we suppose that the probability of each ball is p, then the probability of a specific k-tuple is:

[tex]{K\choose k}p^k(1-p)^{K-k}[/tex]

I guess the probability that all persons will pull the same k-tuple, will be:

[tex]\left({K\choose k}p^k(1-p)^{K-k}\right)^M[/tex]

Is that true?
 
Are there K balls in total for everyone or K balls per person?
 
S_David said:
Well, if we suppose that the probability of each ball is p, then the probability of a specific k-tuple is:

[tex]{K\choose k}p^k(1-p)^{K-k}[/tex]

No, that's quite wrong. How many equally likely k-tuples are there? So what is the chance of picking a particular one?
 
chiro said:
Are there K balls in total for everyone or K balls per person?

We have K balls in total, where each person pick up k balls, and then return them back to the box. So each person has the same set of balls to pick from them.
 
haruspex said:
No, that's quite wrong. How many equally likely k-tuples are there? So what is the chance of picking a particular one?

We have K choose k distinct k-tuple patterns. Right?
 
S_David said:
We have K choose k distinct k-tuple patterns. Right?

The solution you gave is the probability that M persons choose the same number of balls regardless their label.

But you already know they choose the same number of balls, soooooo...
 
Last edited:
viraltux said:
The solution you gave is the probability that M persons choose the same number of balls regardless their label.

But you already know they choose the same number of balls, soooooo...

clue:

Imaging 3 balls

000
001
010
011
100
101
110
111

What is the probability M persons choose 010?

I am sot sure! Another tip?
 
  • #10
S_David said:
We have K balls in total, where each person pick up k balls, and then return them back to the box. So each person has the same set of balls to pick from them.

In this case, this is wrong.

I think what you mean and correct me if I'm wrong, is that you have K balls and everyone takes turns in picking the balls out, not that they all pick out the balls at once.

If they all pick them out at once, then there is no way they can pick out the same balls and the question is not even valid.

So let's assume that they take turns and they pick out the balls each turn for each person and the process is random in line with the assumptions of a binomial distribution. We assume that after the person has picked the balls, they put them back in and the whole thing starts again.

Then under this situation, you will need to calculate the probability of getting the specific number of balls taking into account that the balls are in fact the same. This should be done from first principles to clarify and not just using a distribution in ad-hoc manner.

So in terms of calculating the probability of getting a particular set of balls you need to calculate the following probability:

Let your balls be a,b,c and let A be the first ball, B the second, and C the third. Let X = (A = a) XOR (B = a) XOR (C = a), Y = (A = b) XOR (B = b) XOR (C = b) and Z = (A = c) XOR (B = c) XOR (C = c). Then you need to calculate the probability P(X AND Y AND Z).

Where the XOR is the symmetric difference which is given by (A XOR B) = (A\B) OR (B\A).

You can use the fact that A,B,C are not the same since picking up a ball and not replacing it until the round has finished will change what happens to later balls in the same round.

If you expand the probabilities then you should get a simpler expression which will give you the actual probability and you will have to use the Kolmogorov axioms at some point for calculating P(A OR B) and so on.

You could also do it with the binomial in the way that you calculate getting k balls out of K and then factoring in that you only get one type of permutation of your balls out of all permutations, but still account for getting them in any order. This would probably be easier to calculate in contrast with the raw probability calculation above.
 
  • #11
S_David said:
I am sot sure! Another tip?

Well, I guess that one was not a very good tip anyway :-p

OK, imaging you have 5 balls 1,2,3,4,5 what is the probability you pick, let's say 2 and 4? Well, then you would go the pair 2,4 divided by all the possible pairs in 1,2,3,4,5.

So that is the probability you choose one particular pair, so that is the probability anyone else chooses that one particular pair... sooo... what is your guess now?
 
  • #12
viraltux said:
Well, I guess that one was not a very good tip anyway :-p

OK, imaging you have 5 balls 1,2,3,4,5 what is the probability you pick, let's say 2 and 4? Well, then you would go the pair 2,4 divided by all the possible pairs in 1,2,3,4,5.

So that is the probability you choose one particular pair, so that is the probability anyone else chooses that one particular pair... sooo... what is your guess now?

If we suppose that probability of ball i is pi, then the probability of choosing 2 and 4 is:

[tex]p_2p_4(1-p_1)(1-p_3)(1-p_5)[/tex]

Right?

Then why we need to divide by the number of pairs?
 
  • #13
S_David said:
If we suppose that probability of ball i is pi, then the probability of choosing 2 and 4 is:

[tex]p_2p_4(1-p_1)(1-p_3)(1-p_5)[/tex]

Right?

Then why we need to divide by the number of pairs?

What? that's a new problem! in the way you stated your problem every ball is equally likely to be chosen...

S_David said:
Suppose that there are M persons, and K balls number from 1 to K. Each person pulls k balls at the same time, and return them back. What is the probability that all persons pull the same k balls?

OK, the solution for the this problem as it is stated is [itex]{{K}\choose{k}}^{-M}[/itex]
 
  • #14
S_David said:
If we suppose that probability of ball i is pi, then the probability of choosing 2 and 4 is:

[tex]p_2p_4(1-p_1)(1-p_3)(1-p_5)[/tex]

Right?

Then why we need to divide by the number of pairs?

Dude, just do a binomial distribution and adjust for the different permutations so that you only select 1 permutation since all permutations are equally likely.

How many permutations can you have when you select 3 balls from 6? (Hint: Use combinatorics)
 
  • #15
viraltux said:
What? that's a new problem! in the way you stated your problem every ball is equally likely to be chosen...



OK, the solution for the this problem as it is stated is [itex]{{K}\choose{k}}^{-M}[/itex]

What if they are not equally likely? Why p does not appear in the probability?

Actually, this is not the real question. The real question is: if each person pulls different number of balls, what is the probability that the cardinality of the intersection between all users is m?
 
  • #16
S_David said:
What if they are not equally likely? Why p does not appear in the probability?

Actually, this is not the real question. The real question is: if each person pulls different number of balls, what is the probability that the cardinality of the intersection between all users is m?

Maybe you should ask the real question first off :)

Use probability axioms for situations that don't fit existing models.
 
  • #17
chiro said:
Maybe you should ask the real question first off :)

Use probability axioms for situations that don't fit existing models.

I am sorry, but it is just so confusing to me. I am not so good in probability, and I am trying to figure this out, since I am working on an engineering model, that has the same issue.

Thanks
 
  • #18
S_David said:
What if they are not equally likely? Why p does not appear in the probability?

Actually, this is not the real question. The real question is: if each person pulls different number of balls, what is the probability that the cardinality of the intersection between all users is m?

It does not appear because every ball is supposed to have the same probability and that simplifies the problem.

In the new stated problem, again, every ball has the same probability! so you already know your new solution won't have any p either... :wink:
 
  • #19
viraltux said:
It does not appear because every ball is supposed to have the same probability and that simplifies the problem.

In the new stated problem, again, every ball has the same probability! so you already know your new solution won't have any p either... :wink:

OK, I will try to figure it out. Thanks
 
  • #20
S_David said:
OK, I will try to figure it out. Thanks

No problem, but anyway, the answer for your new problem, assuming equally likely every cardinality, is [itex]K^{-M}[/itex].
I think you've just suffered enough :-p
 
  • #21
viraltux said:
OK, the solution for the this problem as it is stated is [itex]{{K}\choose{k}}^{-M}[/itex]
Not quite. That's the prob they all pick the same prespecified k. But it could be any k, so long as they all pick the same k:
[itex]{{K}\choose{k}}^{-M+1}[/itex]
 
  • #22
haruspex said:
Not quite. That's the prob they all pick the same prespecified k. But it could be any k, so long as they all pick the same k:
[itex]{{K}\choose{k}}^{-M+1}[/itex]

The original problem was:
Suppose that there are M persons, and K balls number from 1 to K. Each person pulls k balls at the same time, and return them back. What is the probability that all persons pull the same k balls?

That pretty much specifies the number of balls that are extracted: k

But even if you transform the problem and turn "each person pulls k" into "each person pulls the same number" being those numbers equally likely, and the question "What is probability that all persons pull the same k balls?" into "What is probability that all persons pull the same balls?" Then the answer would be:

[tex]\frac{1}{K+1}\sum_{k=0}^K {{K}\choose{k}}^{-M}[/tex]
 
  • #23
Let's take a simple example. K=2, k=1, M=2.
Each takes one ball and replaces it. What's the probability they take the same ball?
You say
[itex]{{K}\choose{k}}^{-M}[/itex] = 2-2 = 1/4
I say [itex]{{K}\choose{k}}^{-M+1}[/itex] = 2-1 = 1/2
Think about it.
 
  • #24
haruspex said:
Let's take a simple example. K=2, k=1, M=2.
Each takes one ball and replaces it. What's the probability they take the same ball?
You say
[itex]{{K}\choose{k}}^{-M}[/itex] = 2-2 = 1/4
I say [itex]{{K}\choose{k}}^{-M+1}[/itex] = 2-1 = 1/2
Think about it.

Oh, by 'prespecified' k you meant the actual set contained within the k balls, yes, then you're right. :smile:
 
  • #25
S_David said:
Hi,

Suppose that there are M persons, and K balls number from 1 to K. Each person pulls k balls at the same time, and return them back. What is the probability that all persons pull the same k balls?

Thanks

David, I understand that this is not the actual problem you want to solve. What is the problem you want to solve?
 
  • #26
ClifDavis said:
David, I understand that this is not the actual problem you want to solve. What is the problem you want to solve?

If each person pulls different number of balls, what is the probability that the cardinality of the intersection between all users is m?
 
  • #27
S_David said:
If each person pulls different number of balls, what is the probability that the cardinality of the intersection between all users is m?

Okay let me restate the problem to see if I understand it correctly.

There are M people and K distinct balls. Each of those M people will pick a number k at random between one and K inclusive and then pick k balls at random. An reliable observer will record which balls they picked. Then the selected balls are put back for the next person. After all M of these people have done this the reliable observer informs us that none of the M people picked the same number k of balls to select.

Someone gives us an integer m. We want to give them the odds that the intersection of the ball picks contains exactly m balls.

Is this a correct statement of the problem?
 
  • #28
ClifDavis said:
Okay let me restate the problem to see if I understand it correctly.

There are M people and K distinct balls. Each of those M people will pick a number k at random between one and K inclusive and then pick k balls at random. An reliable observer will record which balls they picked. Then the selected balls are put back for the next person. After all M of these people have done this the reliable observer informs us that none of the M people picked the same number k of balls to select.

Someone gives us an integer m. We want to give them the odds that the intersection of the ball picks contains exactly m balls.

Is this a correct statement of the problem?

Ok, let me elaborate more: We have M person and K distinct balls numbered from 1 to K. Each person will pull a number of balls, i.e.: the number of picked balls is not known a priori. Then he will return the balls to the next person (after taking the balls' numbers by a reliable observer) who will do the same thing. At the end we will find the intersection between the balls picked by all persons. I need to find the probability that the cardinality of this intersection is m, where m is an integer between 1 and K.

I hope it is more clear now.

Thanks
 
Last edited:
  • #29
S_David said:
Ok, let me elaborate more: We have M person and K distinct balls numbered from 1 to K. Each person will pull a number of balls, i.e.: the number of picked balls is not known a priori. Then he will return the balls to the next person (after taking the balls' numbers by a reliable observer) who will do the same thing. At the end we will find the intersection between the balls picked by all persons. I need to find the probability that the cardinality of this intersection is m, where m is an integer between 1 and K.

I hope it is more clear now.

Thanks

S_David said:
Ok, let me elaborate more: We have M person and K distinct balls numbered from 1 to K. Each person will pull a number of balls, i.e.: the number of picked balls is not known a priori. Then he will return the balls to the next person (after taking the balls' numbers by a reliable observer) who will do the same thing. At the end we will find the intersection between the balls picked by all persons. I need to find the probability that the cardinality of this intersection is m, where m is an integer between 1 and K.

I hope it is more clear now.

Thanks

In order to answer the question it is not necessary to know the number of picked balls a priori. It is however necessary to know the probability distribution of the number of balls picked.

If there are M=2 people and K=5 distinct balls and there is a very high probability of 4 or 5 balls getting picked and none at all of 1 or 2 balls, then it is a very different situation than if there is no probability of 4 or 5 balls being picked and a high probability ofr 1 or 2 balls.

If I understand your question, there is not enough information to answer it.
 
  • #30
ClifDavis said:
In order to answer the question it is not necessary to know the number of picked balls a priori. It is however necessary to know the probability distribution of the number of balls picked.

If there are M=2 people and K=5 distinct balls and there is a very high probability of 4 or 5 balls getting picked and none at all of 1 or 2 balls, then it is a very different situation than if there is no probability of 4 or 5 balls being picked and a high probability ofr 1 or 2 balls.

If I understand your question, there is not enough information to answer it.

All balls are equiprobable to be picked up. Is it still not complete?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K