Given the following sets.

A = {0, 1, 2, 3}
B = {a, b, c, d}
C = {0, a, 2, b}

Find A∩B

{0, 1, 2, 3}
{a, b, c, d}
{0, a, 2, b}
empty set
{0, a}

Respuesta :

A (upside down U) B....this is the intersection of A and B....the numbers that are both in A and B.
that would be an empty set because there are no terms that are in A, also in B
The symbol ∩ is the intersection operation. This operations finds the elements both in A and B.

The common elements in both A and B is the null set: {∅}

This is because A and B have no common elements.