Given A red blue yellow and B 1 3 5 7 a Find A U B b Find
Given: A = {red, blue, yellow} and B = {1, 3, 5, 7}
a) Find A U B
b) Find A ? B
c) List all subsets of A.
Solution
A = {red, blue, yellow} and B = {1, 3, 5, 7}
a) Find A U B
>> reb blue, yellow, 1,3,5,7
b) Find A ? B
>>>> 0
c) List all subsets of A.
reb, blue and yellow
