The Detective's Dilemma
Unmasking the Truth
Imagine you are a detective investigating a quiz. You have a student who has just submitted their answers. You see a correct answer on the paper, but you are faced with a mystery: Did the student actually know the answer, or did they just get lucky with a guess?
This is not just a math problem; it is a fundamental question of inference. We are looking at an effect—a correct answer—and trying to trace it back to its cause. This is the heart of Bayesian probability.
Phase 1
The Tree of Possibilities
To solve this, we must first map out the student's mental state. We define two mutually exclusive events. Let E1 be the event that the student knows the answer, and E2 be the event that the student guesses.
Since the student must either know or guess, these two events partition the sample space. If we let the probability of guessing be P(E2)=x, then the probability of knowing must be P(E1)=1−x. Think of this as a fork in the road; every question starts here.
Phase 2
The Conditional Reality
Now, we introduce the outcome: event A, which is the student getting the answer correct. We need to understand how A relates to our two paths.
If the student knows the answer (E1), they are infallible. Thus, the probability of being correct given they know is P(A∣E1)=1.
However, if they guess (E2), they are at the mercy of chance. Since it is a true-false question, they have a 50% chance of being right. So, P(A∣E2)=21. This is our conditional framework.
Phase 3
The Bayesian Shift
Here is where the magic happens. The problem gives us a piece of information that feels backwards: 'The probability of the answer being guessed, given that the student's answer is correct, is 61.' Mathematically, this is P(E2∣A)=61.
We are looking at the result and asking about the cause. This is the exact scenario for Bayes' Theorem. The formula is elegant and powerful:
P(E2∣A)=P(E1)⋅P(A∣E1)+P(E2)⋅P(A∣E2)P(E2)⋅P(A∣E2)
This formula is essentially a ratio of the 'guessing path' to the 'total probability of being correct.' It allows us to isolate the probability of guessing from the noise of the total correct answers.
Phase 4
The Algebraic Dance
Now, let us substitute our values into this equation. On the left, we have 61. On the right, the numerator is the guessing path: x⋅21. The denominator is the sum of both paths: (1−x)⋅1+x⋅21.
Putting it all together, we get:
Let us simplify the denominator. We have 1−x+2x, which simplifies to 1−2x. Now our equation looks like this:
To clear the fractions, we multiply the numerator and denominator on the right by 2. This transforms the equation into:
Now, we cross-multiply. 1⋅(2−x)=6⋅x, which simplifies to 2−x=6x. Adding x to both sides, we find 7x=2, or x=72.
The Final Revelation
We have found x, which is the probability that the student guessed. But do not stop here! The question asks for the probability that the student knows the answer.
That is P(E1)=1−x. Substituting our value, we get:
And there it is. The probability that the student knew the answer is 75. We started with uncertainty, applied the rigorous logic of Bayes, and arrived at a precise, deterministic answer.