Concept:This problem uses Bayes' theorem to find the conditional probability that the student was guessing, given that he answered correctly.
Explanation:Let
K be the event that the student knows the answer, and
G be the event that he guesses.
P(K)=0.9 and
P(G)=0.1.
If he knows the answer, he answers correctly with certainty:
P(C∣K)=1.
If he guesses, he picks one of four options randomly, so
P(C∣G)=41​.
We need
P(G∣C), the probability that he was guessing given a correct answer.
Using Bayes' theorem:
P(G∣C)=P(C)P(C∣G)P(G)​.
First, compute the total probability of a correct answer:
P(C)=P(K)P(C∣K)+P(G)P(C∣G)=0.9×1+0.1×41​=0.9+0.025=0.925.
Now,
P(G∣C)=0.92541​×0.1​=0.9250.025​.
Simplify:
0.9250.025​=92525​=371​.
Answer:Option C:
371​.