Problems from Union and intersection of sets

Let $$A = \{a,e,i,o,u\}$$ and $$B = \{b,c,d,f,g,\ldots,z\}$$ be the sets of vowels and consonants of the alphabet.

a) What is their intersection?

b) And their union?

See development and solution

Development:

We realize that sets $$A$$ and $$B$$ are, respectively, the vowels and the consonants of the alphabet. Therefore, we can easily answer the proposed questions.

a) There is no letter that is both, consonant and vowel, therefore, the intersection of these two sets is empty.

b) The union is the whole set of letters of the alphabet.

Solution:

a) $$A\cap B=\emptyset$$

b) $$A\cup B=U$$, where $$U$$ is the universal set that in this case is the alphabet.

Hide solution and development
View theory