Set Intersection (A ∩ B) finds elements common to *both* sets A & B. Ex: A={1,2,3}, B={2,3,4} -> A ∩ B = {2,3}. Pro-Tip: Think of it as AND – an element must be in A AND in B to be in the intersection!

#DiscreteMath #SetTheory #STEM #StudyNotes