We roll a dice until we get a $5$. What is the expected value of the smallest dice rolled?
I am looking for a thought process/an idea. Seeing a full solution would be great as well.
Calculating the probability of obtaining $1,\dots, 5$ is what I seem to struggle with. I thought it is simply a Bernoulli distribution, namely that the probability of getting $k$ in the first $i$ throws is simply $1-\left (\frac{5}{6}\right)^{i}$. Intuitively, the more I throw, the more likely I am to get a $1$ or $2$ so these numbers should have a greater weight than $3,4,5$. I can't seem to express this mathematically though.
Let $p_i$ be the relevant probability. So $p_i$ is the probability that the minimal roll is an $i$.
I'll compute $p_1$, the others are similar.
Case I: First roll is a $6$. $6$ can not be the minimum rolled, so that roll changes nothing.
Case II: First roll is a $5$. Then $5$ is the minimal roll.
Case III. First roll is a $2,3,4$. Then the probability that the minimal roll is $1$ is unchanged.
Case IV. First roll is a $1$. Then the minimal roll is guaranteed to be $1$.
Thus $$p_1=\frac 16\times (p_1+0+3p_1+1)\implies p_1=\frac 12$$
Sanity check: If we imagine that we keep on rolling after we get the $5$ then either $1$ or $5$ comes first and the probability of either is $\frac 12$. I expect this argument could be strengthened to compute all the cases.