(Q17).A = {1, 2, 3, 4, 5, 6}; B = {2, 4, 6, 8, 10}. Find the intersection of A and B.

Given sets are

A = {1, 2, 3, 4, 5, 6} and B = {2, 4, 6, 8, 10}

A ∩ B = {1, 2, 3, 4, 5, 6} ∩ {2, 4, 6, 8, 10} = {, , }