Sheldon Ross theoretical exercice
A jar contains $n$ chips. Suppose that a boy successively draws chips from the jar, each time replacing the one drawn before drawing another. The process continues until the boy draws a chip that he has drawn previously. Let $X$ denote the number of draws before stopping, and compute its probability mass function.
Is my reasoning here correct?
$ P(X=1) = \frac{1}{n}$
$ P(X=2) = \frac{n-1}{n}\frac{1}{n}$
...
$ P(X=i) = (\frac{n-1}{n})^{i-1}\frac{1}{n}$