Let $X_i$ be i.i.d. $Uniform(5,10)$, and let $Y_t = \sum_{i=1}^t X_i$. Let $T = \mbox{inf}\{t:Y_t \geq 30\}$, what is $\mathbb{E}[T]$?
At first I thought this was similar to Choose a random number between $0$ and $1$ and record its value. Keep doing it until the sum of the numbers exceeds $1$. How many tries do we need?, but after trying some methods mentioned under that question, I still couldn't figure out a solution. I know $T$ can only be $4, 5, 6$, but is it possible to compute each individual probability?