1. Given A = {2, 4, 6, 8} and B = {3, 4, 5, 6}, determine:
a. A U B
b. A ∩ B
2. Given A = {3, 5, 7, 9} and B = {4, 5, 6, 7}, determine:
a. A - B
b. B - A
c. A ∩ B
1.
a. For two given sets A and B, (A union B) is a set containing all elements that are in at least one of the sets A, B.
b. (A intersection B) is the set of common elements that belong to set A and B.
2.
a. The difference between set A and set B denoted as lists all the elements that are in set A but not in set B.
b.
c.
Comments