0% found this document useful (0 votes)
93 views

Exercise 2.2: (A, B, C, D, E, F, G, H)

The document contains 4 exercises involving set operations such as union, intersection, and difference. Exercise 1 finds the union, intersection, difference, and relative difference of sets of numbers. Exercise 2 does the same with sets containing letters. Exercise 3 combines 3 sets using union, intersection, and containment. Exercise 4 makes conclusions about the relationship between sets A and B based on their operations.

Uploaded by

maryam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views

Exercise 2.2: (A, B, C, D, E, F, G, H)

The document contains 4 exercises involving set operations such as union, intersection, and difference. Exercise 1 finds the union, intersection, difference, and relative difference of sets of numbers. Exercise 2 does the same with sets containing letters. Exercise 3 combines 3 sets using union, intersection, and containment. Exercise 4 makes conclusions about the relationship between sets A and B based on their operations.

Uploaded by

maryam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Exercise 2.

2
1. Let A = {1, 2, 3, 4, 5} and B = {0, 3, 6}. Find
a) A ∪ B.

(0,1,2,3,4,5,6)

b) A ∩ B.

(3)

c) A − B.

(1,2,4,5)

d) B − A.

(0,6)
2. Let A = {a, b, c, d, e} and B = {a, b, c, d, e, f, g, h}. Find
a) A ∪ B.

(a,b,c,d,e,f,g,h)

b) A − B.

()

c) B − A.

(f,g,h)

d) A ∩ B.

(a,b,c,d,e)
3. Let A = {0, 2, 4, 6, 8, 10}, B = {0, 1, 2, 3, 4, 5, 6}, and C = {4, 5, 6, 7, 8, 9, 10}. Find
a) A ∩ B ∩ C.

(4,6)

b) A ∪ B ∪ C.

pg. 1
(0,1,2,3,4,5,6,7,8,9,10)

c) (A ∪ B) ∩ C.

(0,1,2,3,4,5,6,8,10) ∩(4,5,6,8,10)

d) (A ∩ B) ∪ C.

(2,4,6) ∪(2,4,6,7,8,9,10)

4. What can you say about the sets A and B if we know that
a) A ∪ B = A?

B A

b) A ∩ B = A?

A B

pg. 2
c) A − B = A? Disjoint sets

d) A ∩ B = B ∩ A?

True of 2 seats

pg. 3

You might also like