In the post by @greenestamps, the first line is not correct.
So, I came to bring the correct solution.
(A U B U C) ∩ (A U B' U C) = ((A\ (A ∩ B)) U (C\ (C ∩ B)).
((A\ (A ∩ B)) U (C\ (C ∩ B)) ∩ (A U C)' = ∅
Here the sign " \ " denotes the difference of a subset and its sub-subset.