Probabilities: Estimating the probability of overlapping

In summary, the conversation discusses the probability of selecting balls from two bins with different probabilities of being selected. The simple case involves selecting one ball from each bin and finding the probability of both balls having the same number. The complex case involves selecting multiple balls from each bin and finding the probability of holding at least one pair of balls with the same number. The conversation also mentions assumptions and clarifications about the selection process. The final part of the conversation discusses the number of possible combinations and the probability of obtaining these combinations.
  • #1
jksacc
1
0
Hi all
I recently ran into this problem:
I have two bins. Each bin contains N numbered balls, from 1 to N.
For both the bins, the probability of the ball numbered k to be
selected equals to P(ball-k-selected)=k/SUM(1:N) (in other versions
this can be any given probability distribution)

Simple case:
Having selected 1 ball from the first bin, and 1 ball from
the second bin, i want to find the probability of the ball
having the same number.

If i am correct, the probability for this is SUM(k=1:N) (P(ball-k-selected)^2).

Complex case:
Having selected m balls from the first bin, and m balls from
the second bin, i need the probability of holding at least
one pair of balls with the same number at the end of the
experiment.

Assumption: The selection is without replacement. However, for
simplicity we can assume that the probability of a ball to be selected
remains stable during the experiment, and is given by
P(ball-k-selected)=k/SUM(1:N)

If something is not clear, please let me know.

Thanks in advance for any contributions!
 
Physics news on Phys.org
  • #2
Denote integers with lowercase and sets with UPPERCASE. The set of balls in bin i is Ni.

There are C(n, m) = n!/(m!(n-m)!) combinations (subsets) that you can draw from either bin.

Let S1 be a subset of m balls from the 1st bin. Let S2 be the corresponding subset from the 2nd bin. How many subsets of m balls can you form out of the set of the remaining balls in the 2nd bin, S2' = N2\S2? The answer is s2' = |S2'| = C(n-m, m). That's the answer to the question, "for a given S1, how many disjoint subsets of the same size are there?" Since there are C(n,m) ways to construct S1, there are C(n,m)C(n-m,m) ways to construct two disjoint subsets, each with m elements.

Now you need to calculate the probability of obtaining these disjoint subsets.
 
Last edited:
  • #3


Hello!

To estimate the probability of overlapping in this scenario, we can use the concept of independent events. In the simple case, we have two independent events - selecting a ball from the first bin and selecting a ball from the second bin. The probability of both events occurring is equal to the product of their individual probabilities. So in this case, the probability of selecting two balls with the same number would be (1/N) * (1/N) = 1/N^2.

In the complex case, we have m independent events - selecting m balls from the first bin and m balls from the second bin. The probability of at least one pair of balls having the same number can be calculated by finding the complement of the probability of no pair of balls having the same number. This can be expressed as 1 - (1-1/N)^m, where (1-1/N)^m represents the probability of not selecting any pairs of balls with the same number.

Overall, the probability of overlapping in this scenario would depend on the value of N and m, as well as the specific probability distribution used. As mentioned in the problem, assuming a uniform distribution, the probability of selecting a ball with a specific number would be proportional to that number. So as N increases, the probability of overlapping would decrease. Similarly, as m increases, the probability of overlapping would also decrease.

I hope this helps clarify the concept of estimating probabilities of overlapping in this scenario. Let me know if you have any further questions or if anything is unclear.
 

Related to Probabilities: Estimating the probability of overlapping

1. What is the definition of probability?

The probability of an event is a measure of the likelihood that the event will occur. It is expressed as a number between 0 and 1, where 0 indicates impossibility and 1 indicates certainty.

2. 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 observations and can vary due to chance or sampling error.

3. How do you calculate the probability of overlapping events?

The probability of overlapping events can be calculated by multiplying the individual probabilities of each event. This assumes that the events are independent and do not affect each other.

4. What is the formula for calculating conditional probability?

The formula for conditional probability is P(A|B) = P(A and B) / P(B), where P(A|B) represents the probability of event A occurring given that event B has already occurred.

5. How can probability be used to make predictions?

Probability can be used to make predictions by calculating the likelihood of a certain event occurring and using that information to make informed decisions. However, it is important to remember that probability is not a guarantee and outcomes may vary due to chance.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
546
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
844
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
993
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
Back
Top