In a box are $M$ blue balls and $N$ green balls. We take $n$ balls without putting them back.
Let $X$ be the variable "# blue balls that were taken".
Then $$P\{X = k\} = \frac{\binom{M}{k}\binom{N}{n-k}}{\binom{M+N}{n}}$$
Where does this formula come from?
The textbook then says that $X$ is hypergeometrically distributed.
It is the ratio of the count of ways to select $k$ from $M$ things(eg blue balls) and $n-k$ from $N$ things(eg green balls) to the count of ways to select any $n$ from $M+N$ things(ie all balls); when such selections are made without bias or replacement.
Recollect: $\binom x y$ is the count of ways to select $y$ elements from a set of size $x$, when selecting without replacement.