Let's say in an exam, there are two exam takers $A_1$ and $A_2$, each of them takes the exam once.
The exam has two outcomes, Pass (p) and Fail (f). So, the sample space $\Omega=\{p,f\}$.
Further suppose that the probability that $A_1$ passes is 0.6, whereas $A_2$ wins is 0.4, and that the probabilities of winning of the two players are independent.
Let random variables $X_1=1$ if $P_1$ passes and $=0$ otherwise. $X_2$ is defined in the same manner. Then, we have $Pr(X_1=1)=Pr(\{p\})$ and $Pr(X_2=1)=Pr(\{p\})$, suggesting that they should have the same probability of passing, but they do not!
I wonder what is wrong?