I face the following problem but disagree with the solution that has been provided to me:
You throw two times a loaded die such that $P(1)=P(3)=P(4)=P(5)=1/8$ and >$P(2)=P(6)=1/4$.
One of the dice gave 6 (but we don't know which one). What is the probability that the sum that you obtain is strictly greater than 10?
The solution that I received is the following:
The results can be written as $(6, x)$ and $(x, 6)$, where $x$ must be equal to 5 or 6. So $P(> 10) = 2×(1/8+1/4)−1/4 = 1/2$.
But I am skeptical about this answer, as the "method" does not work if we try to compute the complement $P(=10$ or lower than $10)$, as the result would give a probability greater than 1...
I however cannot figure out where the problem comes from!