shankar.ashwin wrote:The probability that the exam is held at centre A,B or C is equally likely. The probability Tom passes the exam when writing it at the respective centres is 2/3 , 2/3 , and 1/3. What is the probability that Tom wrote the exam at centre A if he passed the exam?
This is a question of joint conditional probability, which I don't think is a part of GMAT syllabus.
Anyway, here is the solution...
Say, the probability that Tom passed the exam = P(P)
Say, the probability that Tom wrote the exam at center A and passed = P(AP)
Say, the probability that Tom wrote the exam at center A if he passed = P(A|P)
P(P) = (1/3)*(2/3) + (1/3)*(2/3) + (1/3)*(1/3) = 5/9
P(AP) = (1/3)*(2/3) = 2/9
Now, P(A|P) = P(AP)/P(P) = (2/9)/(5/9) = 2/5
The correct answer is C.