I have two dice, $F$ and $M$. $F$ is a fair die and thus $P_F(6)=\frac{1}{6}$. $M$ is manipulated and $P_M(6)=\frac{1}{2}$. I randomly choose a die and throw it.
I already know $P(6)=\frac{1}{2}*\frac{1}{6}+\frac{1}{2}*\frac{1}{2}\approx 0.33 = 33\%$.
Now the question is: If I already rolled a dice and got a 6, what is the probability of rolling another 6? I understand that the question would be almost answered if I knew the probability of having chosen a fair or manipulated dice after I got a 6. I can't really grasp the problem because it's about something that has already happened connected to something that will happen. I drew a decision tree but that didn't help me so far.
I will assume that having chosen a die that die will be rolled twice.
Let $X_1$ and $X_2$ denote the results of the two rolls, respectively. The question is the value of the following conditional probability:
$$P(X_2=6\mid X_1=6)=\frac{P(X_2=6\cap X_1=6)}{P(X_1=6)}.$$
Now,
$$P(X_1=6)=\frac12\left(\frac16+\frac12\right)=\frac13$$
and $$P(X_2=6\cap X_1=6)=\frac12\left(\frac1{36}+\frac14\right)=\frac5{36}.$$
So,
$$P(X_2=6\mid X_1=1)=\frac{\frac5{36}}{\frac13}=\frac5{12}.$$