On lottery there are $100$ losing tickets and $20$ winning tickets. We draw with return, until we draw winning ticket. How many times on average do we have to draw to get winning ticket?
What's the standard deviation?
So its obviously geometric distribution (Bernoulli)
Chance to draw winning ticket is $\frac{1}{6}$
I can put it into the formula but I don't know how to calculate the average.
What am I supposed to put as random variable $i$?
$P(X=i)=(1-\frac{1}{6})^{i-1}\frac{1}{6}$
Answer:
Formula for computing the expected value of a geometric distribution = $\frac{1}{p}$
$p=\frac{1}{6}$
$\frac{1}{\frac{1}{6}}=6$
6 times on average untill we draw winning ticket.