What is the probability that one, but not both, of the events R and S will occur?

7.7k Views Asked by At

Suppose that R and S are events in a certain probability space such that $P[R∣S]=0.52$, $P[S∣R]=0.65$ and $P[R\cap S]=0.26$.

I have found that $P[R]=0.4$ and $P[S]=0.5$.

I thought this was asking for $P[R \cup S]$ so I calculated $P[R]+P[S]-P[R\cap S]=0.4+0.5-0.26 = .64$, but this answer isn't write. I think I may be misinterpreting the question. Any help would be appreciated.

2

There are 2 best solutions below

1
On

Here's a hint:

If you know the probabilities of $R$ and $S$ occuring, then you know the probabilities of $\lnot R$ and $\lnot S$: $P(\lnot R) = 1 - P(R)$, and $P(\lnot S) = 1 - P(S)$.

Then the probability of one, but not both of them occurring is $(P(R)\cap P(\lnot S)) \cup (P(\lnot R) \cap P(S))$.

1
On

What you want is not the union of the two sets; that would mean finding the probability of one or the other of the events or both. Rather you want what's called the symmetric difference of the events: That's the event $(R \cup S) - (R \cap S)$. (You can visualize this as the Venn diagram showing the two events, but with the intersection removed.) Therefore, you can simply calculate $P[R \cup S] - P[R \cap S ] = 0.64 - 0.26 = 0.38$.