A company brings out a new set of $n$ collectible cards. The cards are made in equal number, so there is the same probability of any given card being in a random set. They are purchased one-by-one.
Question 1: If I buy $x$ cards, on average how many unique cards $(k)$ will I have? $k$ does not need to be a whole number.
Question 2: How large does x need to be that k/n is over y%?
Question 3: If I buy $x$ cards, what is the probability that I have $j$ unique cards. $j$ is a whole number.
EDIT: Thank you to all who have replied! As a first time poster, it is amazing to get so many helpful responses so quickly. I have learnt that this known as the coupon collector's problem. There is a very straightforward answer to the question, "What is the expected value of x needed to complete the set on n cards"
\begin{align} E[x]={}&x\sum_{i=1}^n\frac1i\;. \end{align}
I am struggling to find equations as simple as this to questions 1 and 2, so will post a second edit once I have them. On question 3 "user 4" kindly gave what I think is the right answer: \begin{align} \frac{n!}{(n-j)! n^x}{x \brace j} \end{align}