There exists an elevator which starts off containing $p$ passengers.
There are $F$ floors.
$\forall i: P_i = $P(i. passenger exists on any of the floors) = $1/F$.
The passengers exit independently.
What's the probability that the elevator door opens on all floors?
Reasonable assumption: elevator stops on at least one of the floors.
Number of all configurations: $F^{p}$.
It arises as the implication that any of the passengers can exit on any of the floors.
Number of favorable configurations will be the difference between the number of all configurations and the number of ways that at least one of the floors are skipped.
Therefore the probability in accordance with the principle of inclusion-exclusion:
$\frac{F^{p} - \binom{F}{1}\cdot \left( F - 1\right)^{p} + \binom{F}{2}\cdot \left( F - 2\right)^{p} - ... + \binom{F}{F - 1}\cdot 1^{p}}{F^{p}}$.
Now how to proceed from this point?