Concept:Bayes' theorem is used to find the probability that the examinee knows the answer, given that the answer is correct.
Explanation:Let event
K be that the examinee knows the answer.
Let event
G be that the examinee guesses.
Let event
C be that the answer is correct.
We are given:
P(K)=p,
P(G)=1−p.
If the examinee guesses, the probability of a correct answer is
P(C∣G)=m1​.
If the examinee knows the answer,
P(C∣K)=1.
First, compute the total probability of a correct answer using the law of total probability:
P(C)=P(K)⋅P(C∣K)+P(G)⋅P(C∣G)=p⋅1+(1−p)⋅m1​=p+m1−p​.
We require the conditional probability
P(K∣C): the probability that the examinee knows the answer given that the answer is correct.
By Bayes' theorem:
P(K∣C)=P(C)P(K)⋅P(C∣K)​=p+m1−p​p​.
Simplify the expression:
P(K∣C)=mmp+1−p​p​=mp+1−pmp​=1+(m−1)pmp​.
Answer:1+(m−1)pmp​, which matches option B.