Let $ b\geq 1$,$c\geq 1$ and $h\geq 1$ be integers, and let $n=b+c+h$.
You have $b$ balls, denoted $B_1, B_2, \dots , B_B$, $c$ cubes $C_1, C_2, \dots , C_c$, and $h$ hexagons $H_1, H_2, \dots , H_h$. Let $m\geq 1$ be an integer with $m\leq b$ and $m\leq n-b$.
All $n$ objects are in a box, from this box you choose a uniformly random subset consisting of $m$ objects.
Define the random variables:
- X = the number of balls in the chosen subset
- Y = the number of cubes in the chosen subset
- Z = the number of hexagons in a chosen subset
Two questions about this:
- How would I start, or go about proving that $\Pr(X=k) = \frac{\binom{b}{k} \binom{n-b}{m-k}}{\binom{n}{m}}$
- How would I prove that $\sum_{k=0}^m \frac{k\binom{b}{k} \binom{n-b}{m-k}}{\binom{n}{m}} = \frac{bm}{n}$
I'm not too sure where to start for these, so any help is appreciated. If there's anything I can do to improve my question I'm happy to get input :)