Given an example of three sets A, B, C such that A ∩ C ≠ ϕ, B ∩ C ≠ ϕ, A ∩ C ≠ ϕ, and A ∩ B ∩ C = ϕ
Let A = {1, 2}
B = {2, 3}
C = {1, 3, 4}
AB = {2}
AC = {1}
BC = {3}
AB
C = {2}
{1, 3, 4} = ø
So the three sets are valid and satisfy the given conditions