Given the following setsA = {10,-4,6,2,-4,-8}B = {37,8,4,40,37,42}find the following items:
A U B, A ∩ B, A - BB - A, A Δ B (symmetric difference)concatenation of A and B, |A|, |B|Jaccard Index and Distance, and Dice's Coefficient.