There are four playing cards face down on a table, two are red two are black. You must guess which two are red by pointing to them, and implicitly which two are black. Assuming all configurations are equally likely, and that you do not have psychic abilities, find the probability that exactly j of your guesses are correct for j = 0, 1, 2, 3, 4.
Blitzstein, Introduction to Probability, exercise 1-30.
My thoughts:
First, I do not fully understand the j guesses part. I assume it means that you play n rounds of the game, and must find the probability of
0, 1, 2, 3, 4of the n games being won...?As all configurations are equally likely, this reads as an ordered problem without replacement when picking cards in each round. Therefore probability of selecting two red cards is
1/6I think the general answer is
P(j wins of n Games) = (1/6)**j * (5/6)**(n-j)but I have invented the variable n because the initial question appears vague.
You point to two cards, guessing which two are red and the other two black, and $j$ of those guesses actually are right.
$$\begin{array}{c}\blacksquare & \blacksquare & \blacksquare & \blacksquare \\ & \uparrow & \uparrow &\end{array}$$
Yes. That is the probability that $j=4$. You pointed to both red cards and did not point at both black cards.
$$\mathsf P(j{=}4) = \frac 16$$
$$\begin{array}{c}\clubsuit & \color{red}\diamondsuit & \color{red}\heartsuit & \spadesuit \\ & \uparrow & \uparrow &\end{array}$$
No, you are looking for the probabilities of guessing the colour of 0,1,2,3,or 4 cards by pointing to the two red cards. You have done the latter. Find the others.
$$\mathsf P(j{=}0) = \\ \mathsf P(j{=}1) = \\ \mathsf P(j{=}2) = \\ \mathsf P(j{=}3) = $$