TV Show Probability

combinatoricsconditional probabilityprobability

Thesis


Portugal has a contest show similar to "Who wants to be a millionaire?" in which is given a question, and the contestants have to try to guess which of the 4 answers is correct (there's only one right answer).

Anyway, here's the trick: there's something called a "Joker" in which a player can choose between 2 different answers, and the "Joker" will exclude one of them. However, it can never exclude the correct answer.

The question now is: "What's the probability of the player choosing
the right answer, after using the "Joker"?

First hypothesis


Considering that there are 4 answers, after using the "Joker," we are left with 3 possible answers:

$$4-1=3$$

Therefore, since there's only one correct answer, the probability of winning is:

$$\frac{1}{3}\approx 0.33$$

Second hypothesis


Having 4 answers in total (before using the "Joker"), we can group them in 2 groups of 2 answers each.

Suppose that the 4 answers are named: A; B; C; D.

We can rearrange them in 6 different combinations: AB, AC, AD, BC, BD, CD:

$${}^{4}\textrm{C}_{2}=6$$

Notice that each answer appears 3 times in all of the 6 groups, which implies that each of the two groups previously selected has a 50% of probability of containing the correct answer:

$$\frac{1}{4}=0.25$$

Each group has two possible answers:

$$2*\frac{1}{4}=0.50$$

With lack of genetality, consider the group 1 made up of answers A; B; and the group 2, made up of answers C; D:

$$\mathbf{G_{1}}=\left \{ A;B \right \}$$ $$\mathbf{G_{2}}=\left \{C;D \right \}$$

If now I select the "Joker" to be only applied to the two answers that make up group 1 ($\mathbf{G_{1}}$), the probability of group 2 ($\mathbf{G_{2}}$) containing the correct answer remains the same ($\frac{1}{2}=0.50$).

However, group 1 ($\mathbf{G_{1}}$) will lose one of the possible answers, wihtout chaning it's probability of containing the correct answer, since:

$$1-0.5=0.5$$

  • 1 is the total probability;
  • 0.5 is the probability of the correct answer be on group 2.

That leaves us with one answer in group 1 that has 0.5=50% of probability of being correct, and two others in group 2 each with 0.25=25% of being correct:

$$\left\{\begin{matrix} \mathbf{G_{1}}=\frac{1}{2} & \\
\mathbf{G_{2}}=\frac{1}{2} & \end{matrix}\right. \Rightarrow
\left\{\begin{matrix} \mathbf{A; B}=\frac{1}{2} & \\ \mathbf{C;
D}=\frac{1}{2} & \end{matrix}\right.\Rightarrow \left\{\begin{matrix}
\mathbf{A}=\frac{1}{2} & \\ \mathbf{C; D}=\frac{1}{2} &
\end{matrix}\right.$$

If B, was one of the wrong answers.

Which means that A has a 0.5 of probability of being correct instead of the previous 0.33.

Question


I know that one of these hypotheses has an error; I'm just unable to find where.

Also, I know that this question is similar to Monty Hall's problem since the "Joker" can't exclude the correct answers. However, because there are 4 answers, I'm not sure whether that would impact the probability.

Which logic is correct and "what's the probability of the player choosing the right answer, after using the "Joker"?

Best Answer

Assume that the contestant has no idea which answer is correct, chooses two of the answers randomly, and always goes with the answer that the Joker did not eliminate.

In this case, the contestant wins if and only if the correct answer was one of the two chosen. Therefore, there is a 50% chance of winning the prize.