John has a 45% chance of passing math. A 30% chance of passing both math and statistics. A 70% chance of passing either math or statistics or both. John has been informed that he has passed statistics, what is the probability that he will pass math?
a. 0.58
b. 0.88
c. 0.55
d. 0.70
e. 0.15




Let $S$ be the event John passes Statistics and $M$ be the event John passes math.
You have $P(S \cap M)=.3, P(M)=.45, P(S \cup M)=.7$.
Apply the Conditional probability formula $$P(A | B)=\frac{P(A \cap B)}{P(B)}$$ and Probability for union of 2 events (with some rearrangement) $$P(A \cup B)=P(A)+P(B) - P(A \cap B)$$
to find that $P(M|S)$ is approximately .55