As stated in title, there are $z$ things to pick from, and you get $y$ picks, with replacement. What's the probability of picking such that you get at least one of each of $x$ things? Assume $x \leq y$ and $x \leq z$, and order doesn't matter. It seems like it should just be an extension of stars and stripes or balls in boxes but I'm having trouble getting it right.
Stars and stripes seems like it would be choosing types for $y-x$ things, since $x$ are set, which means distributing $z-1$ bars in those $y-x$ things for $\binom{y-x+z-1}{z-1}$ for an overall probability of that of $z^y$, which I reduced to $\frac{(y-x+z-1)!}{(z-1)! (y-x)! z^y}$. However as $y$ goes to infinity that seems to go to $\frac{y^z}{z^y}$, when intuitively it should go to 1.
For boxes I'm not sure of how to represent "at least 1 of each," and the inverse is not really that simple either.
Thanks!