Given three sets A,B,C. Prove that if we take a union A∪B and intersect it with the set C, we will get the same set as if we took a union of A∩C and B∩C. Essentially, prove that (A∪B)∩C=(A∩C)∪(B∩C).