Problem: At the end of a busy day $n$ fathers arrive at a kindergarten to pick up their kids. Each father picks a child to take home uniformly at random. . Let $X_{n}$ be the matching number among $n$ fathers and $n$ children. Find $EX_{n}$.
My Solution: Define, $x_{i}$ to be the $i$th father picking up his child. ( It should be a random variable)
Therefore: $X_{n}=x_{1}+x_{2}+\cdots+x_{n}$. Then $$EX_{n}=Ex_{1}+Ex_{2}+\cdots+Ex_{n}=n*\frac{1}{n}=1$$
Probably this is wrong, Can you tell me what I did wrong?