A bag contains $3$ red balls and $3$ black balls. If the drawn ball is red, it is put back into the bag. If it is black, then we stop there.
How to calculate expected number of draws to get a black ball?
Edit: I'm not able to come up with a suitable approach. I'm a beginner in probability theory. I tried to apply Bernoulli trials for this but it's not apt, I guess.
Let $R$ be picking red ball, $B$ be picking black ball. $P(R)=P(B)=\frac{1}{2}$.
Now, the probability of stopping at one draw is $P(B)$, probability of stopping at 2 draw = $P(R)*P(B)$ (Where $P(R)$ is also the probability of reaching the second draw) and so on. Thus, the expected number of draws are $$E(\text{draws})=P(B)+2P(R)P(B)+3P(R)^2P(b)+....$$ $$=\frac{1}{2}+2\frac{1}{2^2}+ 3\frac{1}{2^3}+...$$ $$ $$
Now,$\frac{x}{(1-x)^2}=x+2x^2+3x^3+...$ So that the previous summation reduces to $\frac{0.5}{0.5^2}=2$.
Thus the expected number of draws is $2$