Set Theory

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

T/F - The following equation is valid:

Given A = {1, 2, 3}; B = {1, 2}

A + B = {1, 1, 2, 2, 3}

False

Sets can only use union, intersection, and complement operations

2
New cards

universal set

largest available set/container

3
New cards

write a set, U, with points “1, 2, 3”

U = {1, 2, 3}

4
New cards

set union

all elements in and between sets

5
New cards

set intersection

all elements shared between sets

6
New cards

set complements

all elements NOT in a set (includes those in universal set)

7
New cards

Write “union between A and B” symbolically

A U B

8
New cards

Write “intersection between A and B” symbolically

A ∩ B

9
New cards

Write “complement of A” symbolically

AC

10
New cards

Write “A has no elements” symbolically

A = Ø

11
New cards

T/F - The intersection of A = {1, 2} and B = {3, 4} is 0

False
A ∩ B = Ø

12
New cards

Given the following, find AC U B

U = {1, 2, 3, 4, 5}

A = {1, 2, 3}

B = {1, 3, 5}

AC U B = {1, 3, 4, 5}

13
New cards
<p>Write the set symbolically</p>

Write the set symbolically

A ∩ BC

14
New cards
<p>Write the set symbollically</p>

Write the set symbollically

(A B)C OR (AC U BC)

15
New cards

De Morgan’s Rule

Union and Intersections are complements of each other such that
(A B)C = (AC U BC)

(A U B)C = (AC BC)

16
New cards

sample space

collection of all possible outcomes of an experience

17
New cards

What are all the possible outcomes for rolling a die twice (use shorthand)

S = {11, 12, …, 16

21, 22, …, 26

61, 62, …, 66}

18
New cards

event

any subset of a samplespace

19
New cards

Write “A is a subset of B” symbolically

A ⊆ B

20
New cards

differentiate subsets from mutually exclusive events

  • subsets are sets where A = (A ∩ B) [all elements in one are in the other]

  • mutually exclusive events describe sets where (A ∩ B) = Ø [no intersection between sets]

21
New cards

Given the following sample space, find the subset

S = {11, 12, …, 16

21, 22, …, 26

61, 62, …, 66}

E = {xy ∈ S: x = y/2}

E = {12, 24, 36}

22
New cards

Given the following sample space, find the subset

S = {11, 12, …, 16

21, 22, …, 26

61, 62, …, 66}

E = {xy ∈ S: x + 2 < y}

E = {14, 15, 16, 25, 26, 36}

23
New cards

Write the total number of elements in the set symbolically

S = {11, 12, …, 16

21, 22, …, 26

61, 62, …, 66}

|S| = 36

24
New cards

T/F - A ⊆ B

A = { 1, 2, 3}

B = { 3, 3, 3}

True

Duplicates are considered the same element