I've been given the information that $P(X)=0.2$, $P(A|X)=0.4$ and $P(A|X')=0.5$.
I need to find $P(A\cup X)$.
So my initial though was use the fact that $P(A\cup X)= P(A) + P(X) - P(A \cap X)$ but i don't know $P(A)$ and $P(X)$ and I'm not sure how to find them or If i need to find then to solve this problem. Any help would be great.
From $$P(A|X) = {P(A\cap X)\over P(X)}\implies P(A\cap X) = 0,08$$
and since $P(X') = 0,8$:$$P(A|X') = {P(A\cap X')\over P(X')}\implies P(A\cap X') = 0,4$$
Notice that $A = (A\cap X)\cup (A\cap X')$ and that $A\cap X$ and $A\cap X'$ are not compatibile, so $$P(A)= P(A\cap X)+P(A\cap X')= 0,48$$ and now use PIE: $$P(A\cup X)= P(A) + P(X) - P(A \cap X)=...$$