Generated From Textbook Flashcards
(27 cards)
What is the union of sets A and B if A = {1,4,9} and B = {1,3,6,10}?
AUB = {1, 3, 4, 6, 9, 10}
Union of two sets combines all unique elements from both sets.
What is the intersection of sets A and B if A = {1,4,9} and B = {1,3,6,10}?
AnB = {1}
Intersection of two sets includes only the elements common to both sets.
What is the difference A B if A = {1,4,9} and B = {1,3,6,10}?
A \ B = {4, 9}
The difference A \ B consists of elements in A that are not in B.
What is the difference B A if A = {1,4,9} and B = {1,3,6,10}?
B \ A = {3, 6, 10}
The difference B \ A consists of elements in B that are not in A.
If C = (B ∩ C) ∪ (C ∩ A), what is this expression referring to?
C = (B ∩ C) ∪ (C ∩ A)
This expression combines the intersections of sets B and C, and C and A.
Find the least element of the set {n ∈ N : n² - 3 > 2}.
Least element = 3
Solve the inequality n² - 3 > 2 to find n.
Find the least element of the set {n ∈ N : n² - 5 ∈ N}.
Least element = 3
n must be such that n² - 5 is a non-negative integer.
Find the least element of the set {n² + 1 : n ∈ N}.
Least element = 2
The smallest value occurs at n = 1.
What is the cardinality of the set A = {4, 5, 6, …, 37}?
|A| = 34
Count the integers from 4 to 37 inclusive.
What is the cardinality of the set A = {x ∈ Z : -2 < x < 100}?
|A| = 101
Count integers from -1 to 99 inclusive.
What is the cardinality of the intersection AnB if A = {x ∈ N : x ≤ 20} and B = {x ∈ N : x is prime}?
|AnB| = 8
Count the prime numbers less than or equal to 20.
Find a set of largest possible size that is a subset of both {1, 2, 3, 4, 5} and {2, 4, 6, 8, 10}.
Largest subset = {2, 4}
The intersection of both sets.
Find a set of smallest possible size that has both {1, 2, 3, 4, 5} and {2, 4, 6, 8, 10} as subsets.
Smallest subset = {1, 2, 3, 4, 5, 6, 8, 10}
This set must include all elements from both sets.
What is the largest possible cardinality of set C if A = {n ∈ N : 20 < n < 50} and B = {n ∈ N : 10 < n ≤ 30}?
Largest cardinality of C = 10
C must be a subset of both A and B.
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}?
Number of sets C = 8
C must include all elements of B and can include any combination of remaining elements from A.
Find AnB if A = {1, 2, 3, 4, 5} and B = {3, 4, 5, 6, 7}.
AnB = {3, 4, 5}
Intersection includes elements common to both sets.
Find AUB if A = {1, 2, 3, 4, 5} and B = {3, 4, 5, 6, 7}.
AUB = {1, 2, 3, 4, 5, 6, 7}
The union includes all unique elements from both sets.
Find A B if A = {1, 2, 3, 4, 5} and B = {3, 4, 5, 6, 7}.
A \ B = {1, 2}
The difference includes elements in A that are not in B.
Find An (B ∪ C) where A = {1, 2, 3, 4, 5}, B = {3, 4, 5, 6, 7}, and C = {2, 3, 5}.
An (B ∪ C) = {2, 3, 4, 5}
Intersection of A with the union of sets B and C.
Find AnB if A = {x ∈ N : 4 < x < 12} and B = {x ∈ N : x is even}.
AnB = {6, 8, 10}
Elements of A that are also even.
Find A B if A = {x ∈ N : 4 < x < 12} and B = {x ∈ N : x is even}.
A \ B = {5, 7, 9, 11}
Elements in A that are not even.
Find AnB if A = {x ∈ N : 3 < x ≤ 13} and B = {x ∈ N : x is even}.
AnB = {4, 6, 8, 10, 12}
Elements of A that are also even.
Find AUB if A = {x ∈ N : 3 < x ≤ 13} and B = {x ∈ N : x is even}.
AUB = {4, 5, 6, 7, 8, 9, 10, 11, 12, 13}
The union combines all unique elements from both sets.
Find B ∩ C if B = {x ∈ N : x is even} and C = {x ∈ N : x is odd}.
B ∩ C = {}
There are no common elements between even and odd numbers.