Suppose I keep rolling a die and I stop once I got two consecutive 6. What is the expected number of time to roll the die under the condition that all the rolls are even number?
So, the sample space are sequences like: 262246442266 or 2262466 etc. Note that we cannot just think of the problem as rolling a 3-sided die, see this blog post to understand why.
A hint (from Gil Kalai's page):
The game ends immediately when a number $\notin\{2,4\}$ is thrown.