A fair 6-sided die is rolled repeatedly in till a 6 is obtained. Find the expected number of rolls conditioned on the event that none of the rolls yielded an odd number
I had tried to figure out what will be the conditional distribution of $\frac{X}{Y}$ but I can't solved it yet Where $X $ is the face numbered 6 is obtained and $Y$ is the event only even number is occured
First a way to make things more clear.
Keep throwing a fair die again and again resulting in an endless string like $$32464344162634521466326...$$
Now have a look at the substrings that end with a $6$, do not contain another $6$, contain only even digits and are of maximal length.
That gives in my example the substrings $246$, $6$, $26$, $46$, $6$, $26$.
Now the question can be interpreted as:
Finding this comes to the same as finding the expectation of the number of throws needed to arrive at $1,3,5$ or $6$.
If we denote that expectation by $\mu$ then we have the equality:$$\mu=\frac23\cdot1+\frac13(1+\mu)=1+\frac13\mu$$or equivalently: $$\mu=\frac32$$
P.S.
When I saw this problem for the first time (in a question that is now marked as a duplicate of this question) I was completely wrong in my thinking and the answer based on my intuition was $3$.