[Math] Could the Monty-Hall Problem be applied to multiple choice tests

monty-hallprobability

Given a multiple choice test where each question contains 4 possible answers, what would happen if before beginning the test (before reading the questions), someone were to make a random selection for each question?

At this point it seems logical that for a given question the student has a 1/4 chance of their choice being correct and a 3/4 chance of one of the other choices being correct.

Let's say that they now begin to read the questions and in some cases they can deduce that one of the provided answers which was not the one that they picked is not correct (let's assume that there is no error in this deduction). In the scenario with the Monty Hall Problem, the probabilities did not change once the door was opened, they just shifted.

Taken from Wikipedia

By applying the same logic, the original selected answer has a 1/4 chance of being correct and the other three have a 3/4 chance of being correct, except that since one was deduced to be incorrect, the two remaining options have a 3/4 chance of being correct and so switching answers would increase the odds of being correct to $\frac{1}{2} * \frac{3}{4}$.

Is this an accurate assumption or are there pitfalls in doing this?

If this is the case, then what happens if another deduction is made such that their original answer was determined to be incorrect? It seems that there would be no change in the odds, but that seems unlikely.

Best Answer

No, you can't apply the Monty-Hall problem to a multiple choice test.

The difference is, that in the Monty-Hall problem, there is a person which knows where the winning door is, and always opens a door which you didn't select, and which contains a goat after your first choice.

In the situation you describe, you assume to know one wrong answer, which allows you to "open a door with a goat". However, it is possible that this is exactly the answer which you blindly selected first, a scenario which isn't possible in the Monty-Hall problem, because Monty chooses the door he opens depending on your choice, which is not the case in the multiple choice test.

Mathematical explanation

Let's assume we have a multiple choice question, with four alternatives. You chose an answer at random, without reading the question. After that you read the question with the answers.

We assume that you can exclude one possible answer with certainty, but you have no knowledge concerning the other three answers, they are all as likely to be correct. There are now two possibilities:

Alternative 1: You initially chose the wrong answer (chance of this happening is $\frac14$)

You obviously want to switch. The chance of getting the right answer is $\frac13$, assuming that each answer is just as likely to be right.

Alternative 2: You initially chose another answer than the wrong one (chance of this happening is $\frac34$)

Now we can analyze this like the Monty-Hall problem.

Possibility 1: you initially chose the correct answer (chance is $\frac13$). You switch answers and are now wrong.

Possibility 2: you initially chose a wrong answer (chance is $\frac23$). You switch answers and are now correct with chance $\frac12$).

So your chance of being correct for alternative 2 is: $\frac13 * 0 + \frac23 * \frac12 = \frac13$.

Conclusion

Your chances of getting the right answer are always $\frac13$. The same as if you immediately had read the question, eliminated the answer you know is wrong, and chose one of the remaining at random.