What is a set?
Set are conventionally denoted with what?
A = { Orange, White , Black }
B = { 1 , 2 , 3 , 4 , 5 }
C = { {x,y} , {y,z} } ( Set of Sets )
List out ways to describe a set
What is odd number and even number?
What does set N has?
N = { 0 ,1 , 2 , 3 , 4 , 5 , … }
- No Decimal
- Starts with 0
- Positive Values
What does set Z has?
Z = { … , -1 , 0 , 1 , … }
- Positive & Negative
- 0
What does set Z⁺ has?
Z⁺ = { 0 ,1 , … }
- Positive
- 0
What does Set Q has?
Q = { p / q | p ∈ Z , q ∈ Z , q ≠ 0}
- Fractional Numbers
½ , ⅗ , ⅐ , ⅝
What is the other name for rational numbers?
What does Set Q ( _ at the top of Q ) has?
Is A equal to B ?
A = { 1 , 2 , 3 }
B = { 3 , 1 , 2 }
When will element X is a subset of Y?
A = { 1 , 2 }
B = { 1 , 2 , 3 }
A ⊆ B
A = { 1 , 2 }
B = { 1 , 2 }
A ⊆ B
Which answer is correct for
A = { 2 } , B = { 2 , 5 } ?
1. A ⊆ B
2. B ⊆ A
3. A ∈ B
Which answer is correct for
A = { 1 , 2 , 3 , 4 , 5 }
B = { X | X < 6 and x is a counting number X ∈ N }
1. A ⊆ B
2. B ⊆ A
3. A ∈ B
A is a set, but B contains only numbers (1,2,3,4,5).
𝐴 ={1,2,3,4,5}
A={1,2,3,4,5}, but B does not contain the entire set
{1,2,3,4,5} as an element.
When is X a proper subset of Y ( X ⊂ Y ) ?
Is X proper subset of Y?
X = { a , b ,c }
Y = { a , b , c , e }
What is the difference between Subset and Proper Subset?
What is an empty set? It was denoted by what symbol?
List out prime number from 1 to 100
2 , 3 , 5 , 7 , 11
13 , 17 , 19 , 23 , 29
31 , 37 , 41 , 43 , 47
53 , 59 , 61 , 67 , 71
73 , 79 , 83 , 89 , 97
What is a power set?
What is power set denoted by?
What does this symbol ⊂ mean ?
What does this symbol ⊆ mean?
What does this symbol ∈ mean ?