I'm having trouble understand the part of the pmf for the Hypergeometric Distribution highlighted in green:
$$\Pr[X = k] = \frac{\dbinom{m}{k}\!\!\color{green}{\dbinom{N-m}{n-k}}}{\dbinom{N}{n}}$$
If you have chosen k "Type 1" objects from a maximum possible m, then the number of ways of choosing this is ${m\choose k}$. But why do you then require the part highlighted in green? I would have thought this would have already been accounted for given that it is implied by ${m\choose k}$.
In other words why is $P(X=k)\neq \displaystyle \frac{{m\choose k}}{{N\choose n}}$