The problem is like this:
A standard deck contains $52$ cards, $4$ each of $2,3,4,5,6,7,8,9,J,Q,K,A$. Now start the following process. Pick a random card from the deck, show it, and then return it to the deck. Continue repeating this process, stopping when each type of card, $2,3,4,5,6,7,8,9,J,Q,K,A$ has been seen at least once. What is the expected number of cards that you will have drawn?
My idea is that as each type of card have the same number of cards ($4$), the problem can be converted into a deck wich contains $13$ cards only with $1-13$. However, I have no idea about the next step.