Solving the URN Problem: Finding the Probability of Drawing a White Ball

  • Context: Undergrad 
  • Thread starter Thread starter stuttgart311
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on calculating the probability of drawing a white ball from the nth urn in a sequence of urns, each containing a white and black ball. The probability is derived using a recurrence relation, specifically P[Xn=w] = P[Xn-1=w]/(a+b+1) + a/(a+b+1), with the initial condition P[X1=w] = a/(a+b). The analysis shows that regardless of the number of urns, the probability simplifies to P(W) = (a+a/(a+b))/(a+b+1). This indicates a consistent pattern in the probability calculation across multiple urns.

PREREQUISITES
  • Understanding of probability theory, specifically conditional probabilities.
  • Familiarity with recurrence relations and their applications.
  • Basic knowledge of combinatorial problems involving urns.
  • Ability to manipulate algebraic expressions involving fractions.
NEXT STEPS
  • Study advanced probability concepts such as Markov chains and their relation to urn problems.
  • Explore recurrence relations in greater depth, including solving linear recurrence relations.
  • Investigate combinatorial methods for solving problems involving multiple selections from finite sets.
  • Learn about the law of total probability and its applications in complex probability scenarios.
USEFUL FOR

Mathematicians, statisticians, and students studying probability theory, particularly those interested in combinatorial problems and recurrence relations.

stuttgart311
Messages
2
Reaction score
0
Plz tell the solution to this problem


Each of n urns contains a white balls and b black balls; the urns are numbered 1,2,
. . . , n. One randomly selected ball is transferred from the firrst urn into the second,
then another from the second into the third, and so on. Finally a ball is drawn at
random from the nth urn. What is the probability that it is white
 
Physics news on Phys.org
Try solving the case n=2.
 
Let Xn denote the color of the ball selected from the nth urn.

The probability that you are looking for is P[Xn=w]. We have P[Xn=w]=P[Xn=w|Xn-1=w]P[Xn-1=w] + P[Xn=w|Xn-1=b]P[Xn-1=b].

We know P[Xn-1=b]=1-P[Xn-1=w]. So we have P[Xn=w]=P[Xn=w|Xn-1=w]P[Xn-1=w] + P[Xn=w|Xn-1=b](1-P[Xn-1=w]).

Here P[Xn=w|Xn-1=w] denotes the probability of drawing white from the nth urn given that a white ball has been drawn from the previous urn. So it is equal to (a+1)/(a+b+1). And P[Xn=w|Xn-1=b] is the probability of choosing a white ball from the nth urn given that we had a black ball from the previous urn; so it is a/(a+b+1). If put these values into the equality for P[Xn=w], if I am not making a mistake, we obtain,

P[Xn=w]=P[Xn-1=w]/(a+b+1) + a/(a+b+1),

which is a recurrence relation with initial value P[X1=w]=a/(a+b), which can be solved to obtain the solution (which also makes me think there should be a much easier way to find that probability.)
 
Is this true?

All urns have the same amount of balls to start with: a+b
Every time a ball is drawn there is probability a/(a+b) for the first urn and a/(a+b+1) or (a+1)/(a+b+1) for every next urn.
Depending on which color the ball has a or b is increased by one.
So it doesn't seem to matter how many urns there are!.
It is always a+1 or b+1 to be divided by (a+b+1),
so the probability for urn n = P(W) = (a+a/(a+b))/(a+b+1).
Does that make sense?

grtz,

Marc
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 22 ·
Replies
22
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K