Let $H$ be a random variable with hypergeometric distribution of parameters $n,h,r$ (that is $n$ is the total number of elements, $h$ elements are white and I choose $r$ elements).
Let $B$ be a random variable with binomial distribution of parameters $r$, $h/n$ (that is $r$ independent trials with success probability $h/n$)
Is it true that for any $k$ $$Pr(H\ge k)\ge Pr(B\ge k)?$$
Thanks!