A bag contains white balls and black balls. In a random experiment, balls are drawn from the bag one at a time with replacement. Let S_{2B} denote the total number of black balls drawn in the experiment. The expectation of E[S_{2B}] is ____________. (Round off to one decimal place)
GATE 2025 · Engineering Mathematics · Expectation · medium
Answer: 66.7
Model the experiment as Negative Binomial: Each draw is independent with P(black) = p. We stop at the r = 2nd black ball. Hence S_{2B} ~ NB(2, p).
Compute the expected value: E[S_{2B}] = 2 / 0.03 = 66.666... = 66.7 (rounded to one decimal place).