4

There are two independent events. The probability that both occurs at the same time is $\frac{1}{6}$ and the probability that none of them happens is $\frac{2}{3}$. What is the probability that only one of them occurs?

I'm trying to solve it but I cannot find a way to solve it to just one event. Here's what I did:

We know that $P(A\cap B) = \frac{1}{6}$ and $[1 - P(A)] \cdot [1 - P(B)] = \frac{2}{3}$

So,

$$[1 - P(A)] \cdot [1 - P(B)] = \frac{2}{3} $$ $$1 - P(A) - P(B) + P(A) \cdot P(B) = \frac{2}{3}$$ $$ 1 - P(A) - P(B) + \frac{1}{6}= \frac{2}{3}$$

As can be seen, I cannot can solve for just $P(A)$ or just $P(B)$. Can someone give me a hint what a I'm doing wrong? I already know that the answer for this question is $\frac{1}{6}$

Mutantoe
  • 708
Rods2292
  • 243

2 Answers2

5

Hint: The probability that only one occurs is:

$$\mathsf P(A\oplus B) = \mathsf P(A\cup B)-\mathsf P(A\cap B)$$

When you know $$\mathsf P(A\cap B)=1/6 \\ 1-\mathsf P(A\cup B) = 2/3$$

Graham Kemp
  • 129,094
1

Hint 1: Draw a Venn diagram.

Hint 2: It's actually impossible in this question to find either probability of $A$ or of $B$ individually, but fortunately that's not what the question is asking. It's asking for the probability that only one event occurs, not both simultaneously, but it doesn't specify which one. Using notation, it's asking for $P(A\cap\neg B)+P(B\cap\neg A)$. And you can easily see that from the diagram.

zipirovich
  • 14,670
  • 1
  • 26
  • 35