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

  • Thread starter Thread starter stuttgart311
  • Start date Start date
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:
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top