.
By the definition, P(A|B) = P(A & B)/P(B);
so, from the given data
P(A|B) = P(A & B)/P(B) = 0.50,
which gives
P(A & B) = 0.5*P(B) = 0.5*0.80 = 0.4.
Thus P(A intersection B) is just found: it is P(A intersection B) = P(A & B) = 0.4.
If P(A & B) = 0.4, then
P(A U B) = P(A) + P(B) - P(A & B) = 0.5 + 0.8 - 0.4 = 0.9.
The last question is
are A and B independent ?
Two events X and Y are called independent if P(X & Y) = P(X) * P(Y).
Lets check if it is valid for our A and B.
We just found that P(A & B) = 0.4; but P(A)*P(B) = 0.5*0.4 = 0.2 has DIFFERENT value.
ANSWER. P(A & B) = 0.4; P(A U B) = 0.9;
the events A and B are NOT independent.
Solved.