I've got to solve the following problem:
We've got n boxes. In each box there are 'b' white balls and 'r' red balls. We take a ball from the 1st box and we enter it in the 2nd box; then, we take a ball from the 2nd box and we enter it in the 3rd box... and like that successively. By last, we take a ball from the last box (the box number 'n'). Which probability has got that last ball to be white?
I've defined Z_i = "the ball we take from the box number i is white" and I've tried to calculate P(Z_n) using the total probability theorem and also the conditional probability but I haven't obtain any solid answer. I think that P(Z_n) depends on P(Z_n-1) but that one depends on P(Z_n-2) and like that successively so I don't know how to calculate each of those probabilities neither P(Z_n).
Let us make the $n$ variable and let $p_{n}$ denote the probability on a white ball under condition that $n$ boxes are used where $n$ ranges over $\mathbb{N}_{+}$.
Then:
Now a bell starts ringing, doesn't it?...
With induction you can prove that: $$p_{n}=\frac{b}{b+r}$$ for every $n$.