Q:

In answering on a multiple choice test, a student either know the answer or guesses. Let p be the probability that the students knows the answer and 1-p be the probability that the student guesses. Assume that a student who guesses at the answer will be correct with probability 1/m, where m is the number of multiple choice alternatives. What is the conditional probability that a student knew the answer to a question when he or she answered it correctly?

Accepted Solution

A:
Answer:[tex]P(A_{1}|B ) =\frac{mp}{1+p(m-1)}[/tex]Step-by-step explanation:For mutually exclusive events as A1, A2, A3, etc, Bayes' theorem states:[tex]P(A|B)= \frac{P(B|A)P(A)}{P(B)}[/tex]P(A|B) is a conditional probability: the likelihood of event A occurring given that B is true.P(B|A) is a conditional probability: the likelihood of event B occurring given that A is true.P(A) is the probability that A occursP(B) is the probability that B occursFor this problem:A1 is the probability that the student knows the answerA2 is the probability that the student guesses the answerB is the probability that the student answer correctly[tex]P(A_{1})=p \\P(A_{2})=1-p \\P(B|A_{1})=1 \\P(B|A_{2})=\frac{1}{m} \\P(B)= P(A_{1})P(B|A_{1}) + P(A_{2})P(B|A_{2})= p+\frac{1-p}{m} \\[/tex]P(B|A₁) means the probability that the answer is correct when he knew the answerP(B|Aβ‚‚) means the probability that the answer is correct when he guessed the answerP(A₁|B) means the probability that he knew the answer when the answer was correctReplacing everything in the Bayes' theorem you get:[tex]P(A_{1}|B)= \frac{P(B|A_{1})P(A_{1})}{P(B)}=\frac{(1)(p)}{p+\frac{1-p}{m}} =\frac{mp}{mp+1-p} =\frac{mp}{1+p(m-1)}[/tex]