Let events $A_1$, $A_2$, $A_3$ be three mutually independent events such that $P(A_j)$ = $(0.5)^j$ for $j=1,2,3$.
How to find the $P((A_1 \cup A_2) - A_3)$?
Let events $A_1$, $A_2$, $A_3$ be three mutually independent events such that $P(A_j)$ = $(0.5)^j$ for $j=1,2,3$.
How to find the $P((A_1 \cup A_2) - A_3)$?
$$P(A_1\cup A_2)-P(A_3)=P(A_1)+P(A_2)-P(A_1\cap A_2)-P(A_3)$$ $$=P(A_1)+P(A_2)-P(A_1)\cdot P(A_2)-P(A_3)$$ since the events are independent $$=(0.5)^1+(0.5)^2-(0.5)^1 \cdot (0.5)^2+(0.5)^3$$ $$=\frac{3}{4}-\frac{1}{8}+\frac{1}{8}$$ $$=\frac{3}{4}$$ $$$$