let say there's 10 card in a box, which categorize to:
Spade - A, 2, 3, 4, 5
Heart - A, 2, 3, 4, 5
One card is draw at a time with replacement,
What is the average time taken to collect at least one category of cards (can be either spade or heart)?
I found that this question is actually quite similar to coupon collector problem, but I how do I apply it to question above?