"A sandwich shop has n different types of sandwiches and is visited by a number K of customers in a given period of time, where K is a Poisson random variable with mean λ. Assume each customer orders a single sandwich, with all types of sandwiches being equally likely, independent of the number of other sandwiches and the types of sandwich they order. Find the expected number of different types of sandwiches ordered."
So I know that the total number of sandwiches purchased will be equal to K. If I define the random variable X as the total number of unique sandwich types purchased, then X must be less than or equal to both K and n.
I'm having difficulty quantifying the PMF of X, and so can't figure out how to find E[X]. How can I proceed here?
I probably made a mistake somewhere; feel free to berate me and my decaying brain.
Indicator random variables may be helpful. Let $I_i$ equal $1$ if [at least] one of the $K$ people ordered the $i$th type of sandwich, and $0$ otherwise. Then $X = I_1 + \cdots + I_n$.
Hint 1: If instead $K$ is a fixed number (say, $5$), can you then answer the question?
Hint 2: Use the tower rule to use the above work to handle the case where $K$ is random.