This question is asked as an extension of: Expectation of number of trials before success in an urn problem without replacement
(Note: I am not the author of the original question.)
We have $b$ blue balls and $r$ red balls in an urn. Sampling the urn sequentially and without replacement, we remove red balls until we select a blue ball. In the previous question, Byron Schmuland (and others) calculated that the expected number of balls drawn before drawing a blue ball should be:
$\mathbb{E}(\mbox{number of balls drawn})=1+\sum_{i=1}^r \mathbb{E}(Z_i)=1+r\left({1\over b+1}\right)$
And therefore, we have that:
$\mathbb{E}(\mbox{number of red balls drawn})=1+\sum_{i=1}^r \mathbb{E}(Z_i)-1=1+r\left({1\over b+1}\right)-1$
My question is:
What is the variance for the number of red balls drawn, i.e. $Var[\mbox{number of red balls drawn}]$?