Roll a die once, and denote U the number your rolled. Then continue rolling the die until you either match or exceed U. What is the expected number of additional rolls?
The way I solved this was I treated X : the number of extra rolls ~ Geo (p), where p is the Pr(N $\ge$ U) and N is the number you roll. p = $\sum_{k=1}^{6} P(N \geq u | U = u) P(U = u)$ which I get 7/12 However, I am not too clear on whether that is the right way to interpret it.
The first roll determines $U$ and that stay fixed for the following additional rolls, which are those that we will effectively consider.
Given $U$, the probability of matching or exceeding it at any roll is $p_u =(6-U+1)/6$.
This probability is constant for each roll, and independent from previous outcomes.
In fact, practically, after $U$ has been determined we can paint all the faces of value $U$ or greater in red, and thus the rolls become Bernoulli trials.
The probability that $n \in [1, \infty)$ rolls be required to hit a "red" is thus a geometric distribution with mean value $$ \bar n(U) = {1 \over {p_{\,u} }} = {6 \over {7 - U}} $$
Since $U$ is uniformly distributed over $[1,6]$, then the expected number of rolls will become $$ \bar n = \sum\limits_{U = 1}^6 {{1 \over 6}\bar n(U)} = \sum\limits_{U = 1}^6 {{1 \over {7 - U}}} = \sum\limits_{k = 1}^6 {{1 \over k}} = H_{\,6} = {{49} \over {20}} $$