Someone is sick and extremely bored. To pass the time, he decides to roll a $6$-sided die until he gets $6$ $6$'s in a row. If it takes him $5$ seconds for every roll of the die, how long is he expected to be rolling dice until he gets his $6$ $6$'s?
I believe I have a correct answer to this problem, but I'm more curious if there is a more efficient way of solving it than I did, so I'd appreciate if you could attempt to solve it yourself and compare it with my approach.
My approach to solving this problem was to first find the expected number of die tosses and multiply that result by $5$
Let's call the expected number of tosses $X$. We can say: $X = \frac1{6^6}(6) + \frac5{6^6}(X+6) + \frac5{6^5}(X+5) + \frac5{6^4}(X+4) + \frac5{6^3}(X+3) + \frac5{6^2}(X+2) + \frac5{6}(X+1)$ Solving for X gives us $55981$ expected tosses resulting in a total $279905$ seconds.