There are 100 numbered balls in an urn. We make 100 random draws with replacement. Of course, we can not expect to draw every number exactly once, there will be multiples. What is the expected value of multiply drawn numbers?
Browsing the questions I found the related problem Expected number of unique items when drawing with replacement, but I think that the solution given there counts the number of items picked at least once, not necessarly exactly once.
Added May $24^{th}$: There must be something wrong with the answers so far: Think of just 2 balls and 2 draws: Then the probability of multiples is 50%. But the answers given so far suggest a probability of 25%, which is for a fixed number to be drawn twice.