SET Theory - Assignment Problem

 

Assignment Problems

1. Let A = {1, 2, 3, 4, 5, 6} and B = {2, 4, 6, 8}.

What is the cardinality of BA  B B?

 

2. What is the cardinality of P = the set of English names for the months of the year?

 

3. Let A= {0,1,2,3,4,5}  B={1,3,4} C={6,4,3,1}  D={0,1,2,5,3,4}  and E={ }

Which of the sets B, C, D, E are subsets of A?

 

4. Consider the sets:

A = {red, green, blue}
B = {red, yellow, orange}
C = {red, orange, yellow, green, blue, purple}

Find the following:

1.    Find  B

2.    Find  B

3.    Find Ac C

4.    Find A-B and B-A

 

5. Suppose H = {cat, dog, rabbit, mouse}, F = {dog, cow, duck, pig, rabbit}, and 

W = {duck, rabbit, deer, frog, mouse}

1.    Find ( F)  W

2.    Find  (F  W)

3.    Find ( F)c  W

 

6. Create an expression to represent the outlined part of the Venn diagram shown

7. A survey asks: “Which online services have you used in the last month?”

·         Twitter

·         Facebook

·         Have used both

The results show 40% of those surveyed have used Twitter, 70% have used Facebook, and 20% have used both. How many people have used neither Twitter or Facebook?

Comments

Popular posts from this blog

Backtracking - N-Queens Problem, Sum of Subsets, Graph Colouring, Hamiltonian Cycle

Divide and Conquer Technique - Binary Search, Quick Sort, Merge Sort

GRAPH THEORY