All of Adam's friends either jog or go to the gym, or possibly both. He knows 70% of friends jog and 35% gym. What percentage of Adam's friends go to the gym, but do not jog?
My solution:
$$P(\text{gym}\mid\text{no jog}) = \dfrac{P(\text{gym} \, \cap \, \text{no jog})}{P(\text{no jog})}$$
I would like verify a few things.
- Is the probability of 'no jog' actually just $1-0.7=0.3$, or is it not this simple?
- To calculate $P(\text{gym} \, \cap \, \text{no jog})$, must I draw a Venn diagram and work it out? Is there a better way?