Probability of only A but not B ocurring?
Emily Wong
I'm given that $P(A)$ = .75, $P(B)$ = .15, and $P(A \cup B)$ = .85. Therefore, $P(A \cap B)$ = .05. Now the question is, what is the probability of A and not B occurring? This may seem like a repeat question, but the only similar questions I could find on this site were trying to find the probability of exactly one occurring. I'm looking for the probability of only A occurring.
My solution was to first find, as above, the probability of only one of the events occurring, which is $P(A \cup B) - P(A \cap B) = .8$. Then, the probability of only A occurring is the probability of A occurring given that only one of the events will occur, or $P(A \mid S)$, where S is the event that only one of A and B occurs. Then the answer is $\frac{P(A \cap S)}{P(S)} = \frac{P(A)}{P(A \cup B) - P(A \cap B)} = \frac{.75}{.8} = .9375$. This doesn't seem correct or simple enough. Any advice is appreciated.
$\endgroup$ 13 Answers
$\begingroup$I'm not sure you need to go so far into this quagmire.
Simply note that $P(A) = P(A \cap B) + P(A \cap B^c)$, since $A \cap B$ and $A \cap B^c$ are mutually exclusive events, and their union is $A$.
Hence, $P(A) - P(A \cap B) = 0.7$ is the answer.
Naturally, you would have realized that $0.9375$ was the wrong answer. Of course, the probability of only $A$ occuring cannot be greater than the probability of it occuring! (which was the case earlier).
$\endgroup$ 4 $\begingroup$Does this graphic representing the situation help?
$\endgroup$ $\begingroup$Then, the probability of only A occurring is the probability of A occurring given that only one of the events will occur
No. No, it is not.
$$\underbrace{\mathsf P(A\cap B^\complement)}_{\text{what you want}} = \underbrace{\mathsf P(A\mid A\oplus B)}_{\small\text{what you are talking about}}\!\!\!\!\cdot\mathsf P(A\oplus B)$$
NB: $A\oplus B = (A\cup B)\cap(A\cap B)^\complement)$
It is best to find it direct from the Law of Total Probability and the principle of inclusion and exclusion: $$\begin{align}\mathsf P(A)&=\mathsf P(A\cap B)+\mathsf P(A\cap B^\complement)\\ \mathsf P(A\cup B)&=\mathsf P(A)+\mathsf P(B)-\mathsf P(A\cap B) \\ \hline \therefore\quad \mathsf P(A\cap B^\complement)&=\mathsf P(A\cup B)-\mathsf P(B)\end{align}$$
Which may also be found by contemplating a Venn diagram.
$\endgroup$