I have a question which I haven't been able to figure out.
Given three disjoint events $X,Y,$ and $Z$ find
a) the probability that exactly one event occurs
b) the probability that exactly two of the events occur.
So far, the progress I have made on a) is $$P(\text{exactly one}) = [P(X)(1 - P(Y))(1 - P(Z))] + [P(Y)(1 - P(X))(1 - P(Z))] + [P(Z)(1 - P(X))(1 - P(Y))].$$
I took a similar approach for the second one, too. However, given that these sets are disjoint, I think that I might be headed in the wrong direction.