I have a set $S$ with $M$ elements in it. Given $N_A$ and $N_B$, I randomly pick two sets, $A \subseteq S$, $B \subseteq S$, so that $|A| = N_A$ and $|B| = N_B$. What is the probability $P(L)$ that $|A \cup B| = L$?
Example
$S = \{1, 2, 3, 4, 5, 6\}$, $N_A = 3$, $N_B = 3$
I pick at random $A = \{1, 4, 5\}$ and $B = \{2, 4, 6\}$. Then $L = |\{1, 2, 4, 5, 6\}| = 5$