I am trying to prove the following question, but I am finding it a bit tricky to determine the distribution of $X_i$ (the number of red balls drawn in the $i$-th round) and thus I do not know which approach I should use to prove this. All help is appreciated!
Consider an urn with r red and b blue balls initially present. In each round a ball is drawn from the urn uniformly at random, and then replaced together with another ball of the same colour. Let $R_n$ denote the number of red balls in the urn after n rounds. Show that, almost surely, $R_n \to \infty$ as $n \to \infty$, i.e. that red balls are drawn infinitely many times.
My first thought is the following: Since after each round the ball is replaced together with an identical copy, we should have $(r+b)+i$ balls in the urn after $i$ rounds and therefore the number of balls is constantly growing for each round, and each of these $(r+b)+i$ balls is equally likely to be drawn. Because of this, the variables in the sequence are not independent and the distribution depends on the outcome of the previous round, so, $X_i$ should be Bernoulli distributed with parameter p. And if this is right, I should not be able to use the law of large numbers to prove this since the Law of Large Numbers typically assumes that the random variables are identically and independently distributed. If this is true, I should probably use Martingales to prove the question instead.
However, when I looked around with some classmates, chatGPT and read on the internet, it still seems that some say that $X_i$ in this case is Binomial distributed with parameter $p$ and goes on to use the law of large numbers to prove this.
Since this type of urn-problem is new to me I do not feel certain with which way is the correct way to proceed proving this (Martingales or LLN) and I would appreciate all the help to clarify which way is correct and what the distribution of $X_i$ is in this case!