An urn contains $n$ balls numbered. We draw one ball, examine its number, and replace it in the urn. We repeat this until we draw any ball for the second time. Let $X$ the number of draws for this to happen (the two draws of the same ball do not have to be consecutive). Determine the distribution of X
For example, if we draw the ball $i$, and replace it in the urn, then $X$ is the number of repetitions needed to draw the same ball $i$ for the second time. I need determine a distribution for $X$, where $X$ takes on values $\{1,2,3\cdots,k\}$ (i.e., on the $k$th draw we select the same ball for the second time). Then $P(X\geq k)$ is the probability we do not draw the same ball in $\{1,2,\cdots,k-1\}$. But this means $n\choose k-1$ ways; I'm not sure this is true, any help? It's my first post here!
Both your quoted problem and your own text are difficult to understand. It sounds like you are drawing balls with replacement and asking the probability distribution of the number of draws until some ball is drawn for a second time. Clearly the chance of a duplicate on the first draw is zero. What is the chance the first two draws are the same? For the first duplicate to be on the third draw you need to have drawn two different balls on the first two draws, then match one of the two on the third draw. Then for the first match to be on the fourth draw, the first three must be different, then the fourth must match one of the three. Can you formalize this?