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=\\{2,4,6,8\\},B=\\{3,4,5,6\\}."
a. For two given sets A and B, "A\u222aB" (A union B) is a set containing all elements that are in at least one of the sets A, B.
"A\u222aB=\\{2,3,4,5,6,8\\}."
b. "A\u2229B" (A intersection B) is the set of common elements that belong to set A and B.
"A\u2229B=\\{4,6\\}."
2. "A=\\{3,5,7,9\\} , B=\\{4,5,6,7\\}."
a. The difference between set A and set B denoted as "A \u2212 B" lists all the elements that are in set A but not in set B.
"A\u2212B=\\{3,9\\}."
b. "B- A=\\{4,6\\}."
c. "A\\cap B=\\{5,7\\}."
Comments
Leave a comment