Say I have a subset of the standard scrabble tiles $B$ that contains no blank tiles s.t. $|B|=n$
Also consider I have a target set of letters $L$ s.t. $|L|=k$. These are a set of letters not tiles, so there may be multiple subsets of tiles from $B$ that correspond to $L$.
Say I draw $m$ tiles from $B$ (call it $D\subset B$). What is the probability that $D$ contains tiles corresponding to every letter in $L$ at least once?
Clearly the denominator for this probability will be ${{n}\choose{m}}$, that is the number of possible combinations of tiles $D$ that can be drawn without replacement from $B$.
What I'm missing is the numerator. That is, how many of these possible $D$s contain tiles corresponding to $L$.