Two players, Adam and Eve, are throwing a die, and the first one to get a 6, will win.
Eve is throwing first, what is the probability that Adam can win?
$P(A)$ = probability Adam to win
$P(E)$ = probability Eve to win
I know the formula for conditional probability $ P(A|B) = \frac{P(A\cap B)}{P(B)}$
Also, I know that the conditional probability I need to calculate is $ P(A|\overline{E}) $
What I don't know is, what the intersection between these to events is.
$P(A\cap\overline{E}) = ?$
I know that the result should be $0,4545$
Also, what how do I calculate the probability for Adam to win, if the 6 was in the first 3 throws?
Thank you
Let $e$ be the probability that Eve wins, and let $a$ be the probability that Adam wins. It is reasonably clear that $e+a=1$.
We condition on the result of the first throw. If Eve throws a $6$, then she wins. This has probability $\frac{1}{6}$.
Suppose that Eve throws a non-$6$ on her first throw. This has probability $\frac{5}{6}$. If that happens, the roles of Adam and Eve are reversed, and the probability Eve wins is $a$. It follows that $$e=\frac{1}{6}+\frac{5}{6}a=\frac{1}{6}+\frac{5}{6}(1-e).$$ We have obtained the linear equation $$e=\frac{1}{6}+\frac{5}{6}(1-e).$$ Solve. We get $e=\frac{6}{11}$ and therefore $a=\frac{5}{11}$.