I have three identical coins, each marked 1 and 2 on their sides.
If I flip coin 1 and coin 2, the probability coin 1 is >= coin 2 is obviously 3/4. Same for flipping coin 1 and coin 3.
If I now flip coins 1,2,3, it seems the probability that coin 1 is >= coin 2 and coin 1 >= coin 3 should just be (3/4)^2 = 9/16, since the the two events (coin 1 >= coin 2, coin 1 >= coin 3) are independent.
I can see by simply writing out the possible results this is wrong - the correct probability is 10/16 = 5/8.
I can't wrap my head around why this is: am I wrong to think the two events are independent?