Assignment 03
Assignment 03
Assignment (3):
1. For each of these pairs of sets, determine whether the first is a subset of the second, the second is a subset of the first, or neither is a
subset of the other.
a) the set of airline flights from New York to New Delhi, the set of nonstop airline flights from New York to New Delhi
b) the set of people who speak English, the set of people who speak Chinese
c) the set of flying squirrels, the set of living creatures that can fly
3. Suppose that A is the set of sophomores at your school and B is the set of students in discrete mathematics at your school. Express each of
these sets in terms of A and B.
a) the set of sophomores taking discrete mathematics in your school
b) the set of sophomores at your school who are not taking discrete mathematics
c) the set of students at your school who either are sophomores or are taking discrete mathematics
d) the set of students at your school who either are not sophomores or are not taking discrete mathematics
4. Let A and B be sets. Prove the commutative laws from Table 1 by showing that
a) A ∪ B = B ∪ A.
b) A ∩ B = B ∩ A.
6. Consider these functions from the set of students in a discrete mathematics class. Under what conditions is the function one-to-one if it
assigns to a student his or her
a) mobile phone number.
b) student identification number.
c) final grade in the class.
d) home town
7. Find the first five terms of the sequence defined by each of these recurrence relations and initial conditions.
a) an = 6an−1, a0 = 2
b) an = a2 n−1, a1 = 2
c) an = an−1 + 3an−2, a0 = 1, a1 = 2