Consider a card game with $100$ playing cards, of which exactly two cards are Jokers. After a good mix, the cards are divided into two piles of $50$ cards each. These are referred to as $Pile1$ and $Pile2$.
Suppose we get the information that at least one of the two jokers is in $Pile1$. What is the probability that the other joker is also in $Pile1$?
We will call the jokers now $Joker1$ and $Joker2$. What is the probability that $Joker2$ is in $Pile1$ if we already know that $Joker1$ is in $Pile1$?
So for the first question we know that one joker was already drawn so we use the Hyper-geometric distribution to find the probability of drawing the second one: $Hyp(99,1,49)(\{1\})$ so we are drawing $49$ from $99$ cards of which only $1$ is a joker and we calculate the probability of one success. And we get $0.25242$. But I have no idea why naming the jokers would make a difference in the second question.
Would appreciate any help.