Sets


You may want to watch two videos about Sets and Intersection of Sets, Union of Sets and/or read Section 4.1 of the book Mathematics for Computer Science by Eric Lehman, F Thomson Leighton, Albert R Meyer. .

Self-Testing Quizzes


1. Let \(A = \{2, 3, 4\}, B = \{4, 7\}\). Which of the following is Incorrect?

2. Let \( A = \{a, b, c\}, B = \emptyset\). Which of the following is Incorrect?

3. Given \( A \) = {1, 3, 6, 8, 9, 12, 15} and \( B \) = {6, 9, 12}, which is TRUE??

4. What is the complement of \( B \) union \(C\) ?

complement_set_b_and_c

Your grade is: __