What does the set Z represent?
Integers
Let set A = {1, 2, 3}
Let set B = {a, b, c}
What is A U B?
A U B = {1, 2, 3, a, b, c}
Give a example of a set which the empty set is a subset of.
Literally any set
Prove that an odd integer plus an even integer is odd.
Let b = 2y + 1
x, y are integers
then a + b = 2x + 2y + 1 = 2(x+y) + 1
which is by definition odd.
Of the following statements, which is true?
Q is a subset of R
R is a subset of Q
Q is a subset of R
Let set A = {1, 2, 3}
Let set B = {2, 3, 4}
What is A intersect B?
A intersect B = {2, 3}
Let set A = {1, 2, 3}
Let set B = {a, b}
What are the elements of A x B?
A x B = {(1, a), (1, b), (2, a), (2, b), (3, a), (3, b)}
Prove that the sum of 2 consecutive integers are odd.
Solution written on board.
Give me the smallest number of the interval [-4, 5)
-4
For any set A, is A a proper subset of A?
No
Prove, using a Venn Diagram, the equivalence of the following:
A \ B = A intersect (compliment of B)
Solution drawn on board
Suppose a2 is odd, show that a is odd.
Prove by contraposition. Solution written on board.
Given sets A and B, how can we show that A is a subset of B?
If for every element x in A, x is in B.
What is the symbol of the following set?
Z+ U {0}
N
Suppose 120 people signed up for a running competition, and 85 of them identified themselves as a short-distance runner, and 65 of them identified themselves as a long-distance runner, how many identified as both?
85+65 - 120 = 30 identified as both a long-distance and a short-distance runner
Suppose that you know that b is odd, and ab is also odd. Show by contradiction that a must be odd.
Suppose b = 2n+1, and ab = 2x + 1
Let a = 2m, then ab = 2m(2n+1) = 4mn + 2m = 2(2mn + m)
Thus ab is by definition even, but the premise is that it is odd, therefore we arrive at a contradiction.
Give me the largest number in the interval [-4, 5)
Trick question, there is no answer
Let set A be {a, b, c}
What is |P(A)|?
8
Z, Q, R, or any set that contains the set of integers.
Show that the square root of 2 is irrational.
Proof by contradiction. Solution written on board.