[Math] In how many ways can seven people depart a lift on three floors if at least one person leaves the lift on each floor

combinatoricspermutations

Seven people enter a lift. The lift stops at three unspecified floors. At each of the three floors , no one enters the lift but at least one person leaves the lift . After the three floor stops , the lift is empty. In how many can this happen.
What I tried was I created an equation of three variables x,y, z and equated them to 7 .I found the total no. of solution by using formula (n+r-1)C(r-1) and subtracted the case of occurrence of any x,y,z as zero and subtracted those possibilities from the total solution but I was not able to get the result. Any help would be appreciated. Thanks for advance.

Best Answer

If there were no restrictions, there would be three choices for each of the seven people, so there would be $3^7$ ways the seven people could depart the lift. However, at least one person gets off the lift at each floor. Therefore, we must exclude those arrangements in which fewer than three floors are used as exits.

There are $\binom{3}{1}$ ways to exclude one of the floors as an exit and $2^7$ ways for the people to depart the lift on the remaining floors.

However, if we subtract $\binom{3}{1}2^7$ from $3^7$, we will have subtracted those distributions in which all seven people depart the lift on the same floor twice, once for each way we could have excluded one of the other floors. Since we only want to subtract these distributions once, we must add them back.

There are $\binom{3}{2}$ ways to exclude two of the three floors and one way for all seven people to exit the lift on the remaining floor.

Thus, by the Inclusion-Exclusion Principle, the number of ways seven people can depart on the lift on three floors with at least one person leaving the lift on each floor is $$3^7 - \binom{3}{1}2^7 + \binom{3}{2}1^7$$

Related Question