Four cards are face down on a table. You are told that two are red and two are black, and you need to guess which two are red and which two are black. You do this by pointing to the two cards you’re guessing are red (and then implicitly you’re guessing that the other two are black). Assume that all configurations are equally likely, and that you do not have psychic powers. Find the probability that exactly j of your guesses are correct, for j = 0, 1, 2, 3, 4. Hint: Some probabilities are 0.
My professor worked out this example in class and I know the answers for j = 1 and j = 3 are zero, j = 0 is 1/6, j = 2 is 2/3, and j = 4 is 1/6 but I do not understand the process or concept behind the question. I do not understand where the numbers are coming from and why only the even js have a probability but not the odd js. The j guesses and pointing is confusing me. Can someone please help explain the question, I would appreciate it.
HINT: with $4$ cards, of which two are red and two are black, there are $\frac{4!}{2!2!}=6$ possible sequences. When you choose two cards, you automatically define the other two cards and then choose a sequence.
Now consider the two cards that you choose: they can be both correct (this implies that the other two are also correct), both wrong (this implies that the other two are also wrong) or one correct and one wrong (this implies that the other two are one correct and one wrong as well). Now you can easily complete the solution.