Suppose you have a fair six-sided die. What is the expected value of rolls until a $1$ face up, conditioned on all of the rolls landing face up on odd number?
If $A$ represents: rolling a die $n$ times, at $n$th time we get $1$ faced up, $(n-1)$th we have odd number faced up $B$ represents: we get odd number for all $n$ times $P(A|B) = \frac{[(\frac{1}{2})^{n-1}(\frac{1}{6})]}{(\frac{1}{2})^n}.$
I think $P(A|B)$ represents the probability of rolling a die until obtain the face $1$, conditioned on all of the rolls landing face up on odd number.
I calculate the limit of $P(A|B)$ and get $\frac{1}{3}$;
Based on my undertstanding from this post: What is the expected value of the number of die rolls necessary to get a specific number? $E = 1 + \frac{2}{3} E$ then I guess the expected value is $3$? I am not sure about the answer. Please help. Thanks in advance!