Thirty percent of the students in a calculus course and 20 percent of students in a statistics course receive A's. Furthermore, 60 percent of the students with an A in calculus receive an A in the statistics course. John received an A in the statistics course. Calculate the probability that he also received an A in the calculus course.
well since we know that out of 30% calc A's 18% are in the Stat A's group would it not follow that john has 18% chance of having an A in calc, or am i wrong?
Should be a straightforward application of Bayes' Theorem:
$$P(A|B)=\frac{P(B|A)P(A)}{P(B)}$$
The question is asking: Given John got an A in stats, what is the probability he also received an A in calculus?
Let $A =$ an A in calculus
Let $B =$ an A in stats
We are given:
$P(A)=.3$
$P(B)=.2$
$P(B|A)=.6$
$$P(A|B)=\frac{(.6)(.3)}{.2}=.90$$
Or, $90\%$.