Generated From Textbook Flashcards

(27 cards)

1
Q

What is the union of sets A and B if A = {1,4,9} and B = {1,3,6,10}?

A

AUB = {1, 3, 4, 6, 9, 10}

Union of two sets combines all unique elements from both sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the intersection of sets A and B if A = {1,4,9} and B = {1,3,6,10}?

A

AnB = {1}

Intersection of two sets includes only the elements common to both sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference A B if A = {1,4,9} and B = {1,3,6,10}?

A

A \ B = {4, 9}

The difference A \ B consists of elements in A that are not in B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference B A if A = {1,4,9} and B = {1,3,6,10}?

A

B \ A = {3, 6, 10}

The difference B \ A consists of elements in B that are not in A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If C = (B ∩ C) ∪ (C ∩ A), what is this expression referring to?

A

C = (B ∩ C) ∪ (C ∩ A)

This expression combines the intersections of sets B and C, and C and A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Find the least element of the set {n ∈ N : n² - 3 > 2}.

A

Least element = 3

Solve the inequality n² - 3 > 2 to find n.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Find the least element of the set {n ∈ N : n² - 5 ∈ N}.

A

Least element = 3

n must be such that n² - 5 is a non-negative integer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Find the least element of the set {n² + 1 : n ∈ N}.

A

Least element = 2

The smallest value occurs at n = 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the cardinality of the set A = {4, 5, 6, …, 37}?

A

|A| = 34

Count the integers from 4 to 37 inclusive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the cardinality of the set A = {x ∈ Z : -2 < x < 100}?

A

|A| = 101

Count integers from -1 to 99 inclusive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the cardinality of the intersection AnB if A = {x ∈ N : x ≤ 20} and B = {x ∈ N : x is prime}?

A

|AnB| = 8

Count the prime numbers less than or equal to 20.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Find a set of largest possible size that is a subset of both {1, 2, 3, 4, 5} and {2, 4, 6, 8, 10}.

A

Largest subset = {2, 4}

The intersection of both sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Find a set of smallest possible size that has both {1, 2, 3, 4, 5} and {2, 4, 6, 8, 10} as subsets.

A

Smallest subset = {1, 2, 3, 4, 5, 6, 8, 10}

This set must include all elements from both sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the largest possible cardinality of set C if A = {n ∈ N : 20 < n < 50} and B = {n ∈ N : 10 < n ≤ 30}?

A

Largest cardinality of C = 10

C must be a subset of both A and B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How many sets C have the property that C ⊆ A and B ⊆ C if A = {1, 2, 3, 4, 5} and B = {2, 3, 4}?

A

Number of sets C = 8

C must include all elements of B and can include any combination of remaining elements from A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Find AnB if A = {1, 2, 3, 4, 5} and B = {3, 4, 5, 6, 7}.

A

AnB = {3, 4, 5}

Intersection includes elements common to both sets.

17
Q

Find AUB if A = {1, 2, 3, 4, 5} and B = {3, 4, 5, 6, 7}.

A

AUB = {1, 2, 3, 4, 5, 6, 7}

The union includes all unique elements from both sets.

18
Q

Find A B if A = {1, 2, 3, 4, 5} and B = {3, 4, 5, 6, 7}.

A

A \ B = {1, 2}

The difference includes elements in A that are not in B.

19
Q

Find An (B ∪ C) where A = {1, 2, 3, 4, 5}, B = {3, 4, 5, 6, 7}, and C = {2, 3, 5}.

A

An (B ∪ C) = {2, 3, 4, 5}

Intersection of A with the union of sets B and C.

20
Q

Find AnB if A = {x ∈ N : 4 < x < 12} and B = {x ∈ N : x is even}.

A

AnB = {6, 8, 10}

Elements of A that are also even.

21
Q

Find A B if A = {x ∈ N : 4 < x < 12} and B = {x ∈ N : x is even}.

A

A \ B = {5, 7, 9, 11}

Elements in A that are not even.

22
Q

Find AnB if A = {x ∈ N : 3 < x ≤ 13} and B = {x ∈ N : x is even}.

A

AnB = {4, 6, 8, 10, 12}

Elements of A that are also even.

23
Q

Find AUB if A = {x ∈ N : 3 < x ≤ 13} and B = {x ∈ N : x is even}.

A

AUB = {4, 5, 6, 7, 8, 9, 10, 11, 12, 13}

The union combines all unique elements from both sets.

24
Q

Find B ∩ C if B = {x ∈ N : x is even} and C = {x ∈ N : x is odd}.

A

B ∩ C = {}

There are no common elements between even and odd numbers.

25
Find B ∪ C if B = {x ∈ N : x is even} and C = {x ∈ N : x is odd}.
B ∪ C = {x ∈ N} ## Footnote The union includes all natural numbers.
26
Provide an example of sets A and B such that AnB = {3, 5}.
Example: A = {3, 5, 7}, B = {5, 3, 8} ## Footnote Both sets must include 3 and 5, and can include other elements.
27