What is the probability of this?

  • Thread starter EngWiPy
  • Start date
  • Tags
    Probability
In summary, the conversation is discussing the probability of all persons pulling the same k balls from a set of K balls. The participants consider various factors such as the probability of each ball being chosen, the number of equally likely k-tuples, and the process of selecting and returning balls. The conversation also touches on the concept of XOR and using the binomial distribution to calculate the probability.
  • #1
EngWiPy
1,368
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
  • #2
Hi S_David! :wink:

tell us what you think, and then we'll comment! :smile:
 
  • #3
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?
 
  • #4
Are there K balls in total for everyone or K balls per person?
 
  • #5
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?
 
  • #6
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.
 
  • #7
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?
 
  • #8
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:
  • #9
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 :tongue:

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 :tongue:

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? :yuck: 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? :yuck: 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 :tongue:
 
  • #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?
 
  • #31
ClifDavis is right, of course: you need to specify the probability distribution for k.
But it sounds from an earlier post that k is supposed to have a uniform distribution from 1 to K. If so, it sounds like a very nasty problem.
 
  • #32
S_David said:
All balls are equiprobable to be picked up. Is it still not complete?

No, it's still not complete. That piece of information all sets of k balls are equally likely once k is chosen. You still haven't said how k is chosen.
 
  • #33
haruspex said:
No, it's still not complete. That piece of information all sets of k balls are equally likely once k is chosen. You still haven't said how k is chosen.

You can assume a distribution to simplify it. I just need to see the idea.
 
  • #34
In that case I select a binomial distribution. This means I can rephrase it as "each ball is chosen independently with probability p".
The probability that a given ball is selected by all M is then pM.
The number of balls selected by all is binomial with parameter pM.
However, I have violated the statement that k must be 1 to K. I've made it 0 to K. Is that alright?
 
  • #35
haruspex said:
In that case I select a binomial distribution. This means I can rephrase it as "each ball is chosen independently with probability p".
The probability that a given ball is selected by all M is then pM.
The number of balls selected by all is binomial with parameter pM.
However, I have violated the statement that k must be 1 to K. I've made it 0 to K. Is that alright?

Yeah.
 
<h2>1. What is the difference between theoretical and experimental probability?</h2><p>Theoretical probability is based on mathematical calculations and assumes that all outcomes are equally likely. Experimental probability is based on actual data collected from experiments or observations.</p><h2>2. How do you calculate the probability of an event?</h2><p>To calculate the probability of an event, you divide the number of favorable outcomes by the total number of possible outcomes. This gives you a decimal or fraction that represents the likelihood of the event occurring.</p><h2>3. What is the difference between independent and dependent events?</h2><p>Independent events are events that do not affect each other, meaning the outcome of one event does not impact the outcome of the other. Dependent events are events that are affected by each other, meaning the outcome of one event can impact the outcome of the other.</p><h2>4. How does sample size affect probability?</h2><p>The larger the sample size, the more accurate the probability calculation will be. This is because a larger sample size provides a better representation of the entire population, reducing the margin of error in the calculation.</p><h2>5. Can the probability of an event be greater than 1?</h2><p>No, the probability of an event can never be greater than 1. This is because a probability of 1 represents a 100% chance of the event occurring, and anything greater than that would be impossible.</p>

1. What is the difference between theoretical and experimental probability?

Theoretical probability is based on mathematical calculations and assumes that all outcomes are equally likely. Experimental probability is based on actual data collected from experiments or observations.

2. How do you calculate the probability of an event?

To calculate the probability of an event, you divide the number of favorable outcomes by the total number of possible outcomes. This gives you a decimal or fraction that represents the likelihood of the event occurring.

3. What is the difference between independent and dependent events?

Independent events are events that do not affect each other, meaning the outcome of one event does not impact the outcome of the other. Dependent events are events that are affected by each other, meaning the outcome of one event can impact the outcome of the other.

4. How does sample size affect probability?

The larger the sample size, the more accurate the probability calculation will be. This is because a larger sample size provides a better representation of the entire population, reducing the margin of error in the calculation.

5. Can the probability of an event be greater than 1?

No, the probability of an event can never be greater than 1. This is because a probability of 1 represents a 100% chance of the event occurring, and anything greater than that would be impossible.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
262
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
942
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
132
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
752
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
Back
Top