This problem uses some preliminary facts about sets and probability. Let R, S, and T be sets.
Fact (1)
You can divide S into the disjoint union of the part of S that is in R, and the part of S that is not in R:
(R ∩ S) ∪ (Rc ∩ S) = S
Fact (2)
The distributive property for sets gives:
R ∩ (S ∪ T) = (R ∩ S) ∪ (R ∩ T)
Fact (3)
The additive property for the probability of a union is:
P(R ∪ S) = P(R) + P(S) - P(R ∩ S)
Note that when R and S are disjoint, this reduces to:
P(R ∪ S) = P(R) + P(S)
Proof
Using (1), we have (A ∩ (B ∪ C)) ∪ (Ac ∩ (B ∪ C)) = B ∪ C. This union is disjoint, so using (3) we have
P(A ∩ (B ∪ C)) + P(Ac ∩ (B ∪ C)) = P(B ∪ C).
Then
P(Ac ∩ (B ∪ C)) = P(B ∪ C) - P(A ∩ (B ∪ C))
= P(B ∪ C) - [P((A ∩ B) ∪ (A ∩ C))] using (2)
= P(B ∪ C) - [P(A ∩ B) + P(A ∩ C) - P((A ∩ B) ∩ (A ∩ C))] using (3)
= P(B ∪ C) - P(A ∩ B) - P(A ∩ C) + P(A ∩ B ∩ C)
= P(B) + P(C) - P(B ∩ C) - P(A ∩ B) - P(A ∩ C) + P(A ∩ B ∩ C) using (3)