The problem is as follows, There are 15 passengers, each with their assigned seat. They can take their correct seat, or not.
find probability of A - Atleast one passenger has taken his correct seat.
What I have started with is this: $P(A_i)$ - probability of passenger i taken his correct seat ( while the others can but don't have to) is:
$$P(A_i) = \frac{(n-1)!}{n!} $$
I also think that maybe I should find the opposite, probability of NONE of the passengers taking their correct seat that is $ P(\overline A ) $
However I am stuck here, and don't know how to proceed