A family of $7$ are out to lunch and each of them orders one dish from a menu of $12$ dishes.
- (a) From the waiter’s perspective, how many orders are possible?
- (b) From the chef’s perspective, how many orders are possible?
- (c) What is the effect of changing the perspective in the above?
I tried $_{12}C_7$ for both (a) & (b), but I don't understand what's the difference between each perspective. Aren't they the same?
For the chef, it’s the number of solutions to $n_1+n_2+ \dots + n_{12} = 7$ ($n_i$ is the number of diners ordering menu item number $i$), or $18\choose7$. For the waiter, it’s $12^7$.