My problem is: suppose I have an urn containing balls of $n = 10000000$ (i.e., $10^7$) different colors, with $1000$ balls of each color (so the total number of balls is $1000n = 10^{10}$). Suppose I draw $100000000$ (i.e. $10^8 = 10n$) balls. My question is:
how do I calculate the probability that I have drawn at least 90% (in this case $1000000$ or $10^6$) of the different colors?
Many thanks in advance