I've been working on a test review for class, and this question popped up.
Fred is serving in tennis. 60% of the time his first serve goes in. If it doesn’t he serves again and 90% of the time his second serve goes in. If his first serve goes in then he wins 70% of the time, while he wins 40% of the time if his second serve goes in, and he loses if neither serve goes in. Find P(his first serve went in | he won).
Now, I know how to solve normal conditional problems (by dividing the intersect of A and B by the probability of B), but in this case, I'm not sure how I would go about finding the intersect of A and B. Should I just multiply the probability that his first serve went in and multiply it by the probability that he won? Is it possible this a problem that requires Baye's Theorem?