How many draws to collect all items?

41 Views Asked by At

Let's say there's a box with n different items in it and the goal is to collect all different items. This is done by drawing a random item with probability of 1/n, writing the outcome and putting the item back in the box. What is the expected number of drawing that will be made?