Ethem S. answered 01/02/20
Learn the Basics of Math and MATLAB with Former MIT Research Engineer
If there are two events, A and B, with P(A) and P(B), and P(A,B) (Probability of A and B), then the conditional probability of A given B is
P(A|B) = P(A,B) / P(B)
In this question:
P(Eat Pizza) = 0.34
P(Buy Car) = 0.15
P(Buy Car | Eat Pizza) = 0.42
We need to find:
P(Eat Pizza | Buy Car) = P(Eat Pizza, Buy Car) / P(Buy Car)
You can find P(Eat Pizza, Buy Car), using the given information P(Buy Car) and P(Buy Car | Eat Pizza). Then you have everything you need to calculate P(Eat Pizza | Buy Car).