In a first round, $n > 1$ pairwise distinct playing cards are handed out to $n$ people, where each person receives one card. After people have studied their own cards, the cards are collected, permuted uniformly at random and redistributed. For $1 ≤ i ≤ n$, let $A_i$ be the event that person $i$ now receives the same card as in the first round.
$(i)$ Find $P(A_i)$ for $1 ≤ i ≤ n$
$(ii)$ Let $X$ be the total number of people who receive the same card in both rounds. Find E[$X$].
I need help with part $i$. I think I can then try solving the second part myself after that but I will ask if I get stuck. I am assuming that player $1$ receives the first card, then player $2$, all the way up to player $n$.
I am confused on part $i$. Consider $A_1$. So person $1$ receives their same card but the remaining players $2-n$ can have any card except from the one player $1$ receives. This gives $$P(A_1)=\frac{1}{n} \cdot \frac{n-1}{n-1} \ldots \cdot \frac{1}{1} = \frac{1}{n}. $$
Now, $P(A_2) = \frac{n-1}{n} \cdot \frac{1}{n-1} \cdot \frac{n-2}{n-2}\ldots \cdot \frac{1}{1} = \frac{1}{n}$
So I think $P(A_i) = \frac{1}{n}$ for all $1 \leq i \leq n$.