Full disclosure: This question is relating to a homework question. It's not a homework question itself, but rather a clarifying question to help myself get a handle on the actual question.
Suppose I had three sets $X$, $Y$, and $Z$ with cardinalities $|X| = x$, $|Y| = y$, and $|Z| = z$, with $z \leq y \leq x$
I know that $x \choose y$ is the number of ways of selecting $y$ elements from $X$.
However, I'm unclear of the combinatorial interpretation of the following:
$${x \choose y} {y \choose z}$$
So my question is: in general, is there an intuitive interpretation for the product of the number of choices?
A possible interpretation is pairing sets $X$ and $Y$ with no elements of $Y$ left so that would require selecting $y$ elements from $X$ or $\displaystyle \binom xy$, then making triplets with no elemts of $Z$ left that would require selecting $z$ pairs from these $y$ pairs or $\displaystyle \binom yz$.