If a= {1,2,3,4,5,6,7,8} and b= {2,4,6,8,10,12} the intersection of sets a and b is
A = {1,2,3,4,5,6,7,8} B = {2,4,6,8,10,12}
A ∩ B = {2,4,6,8}
From Wikipedia: "The intersection of A and B, denoted by A ∩ B, is the set of all things that are members of both A and B."