Suppose you have numbers 1, 2, 3, 4. You can pick each of these numbers with probability 1/4. After n iid selections, what is the probability that you have seen all 4 numbers? Express this as a function of n.
For example, if n=5, and you draw the numbers 1,1,3,2,1 then this is unsuccessful, as 4 was never picked. If you draw 3,4,2,3,4, this is also unsuccessful as 1 was never picked. However, 3,2,2,1,4 is successful.
I am aware you can use a discrete Markov chain and find the n-step transition probability matrix on Wolfram, but is there a way to find this without a calculator and with reasoning alone?