My question includes a simple modification to well-known Coupon Collector Problem.
In this version there is a constant probability of getting a coupon at each trial. How this changes the original problem?
Denote by $T_m$ the number of trial required to collect all m coupons. Denote by $p$ the probability of getting a coupon at a trial.
I think the expectation of $T_m$ is simply $$\rm E[T_m] = \frac{m}{p} \sum_{I=1}^m \frac{1}{i}.$$
However, I am not sure about the distribution of $T_m$. I think it may include a Binomial distribution. Can you help about that?
Thanks in advance