Give a combinatorial argument to prove that the number of derangements satisfies the recursive formula $d_n = (n − 1)(d_{n−1} + d_{n−2})$ for $n ≥ 2$. (Hint: For a derangement $σ$, consider the integer $k$ with $σ(k) = 1$. Argue based on the number of choices for $k$ and then whether $σ(1) = k$ or not.)
I tried working through this but I am having trouble using the hint. I also tried to use inclusion-exclusion excluding all cases where $σ(k)=k$ but it went no where. Any help would be appreciated. To be honest, I really have no idea where to go with this.