Discrete Mathematics
Discrete Mathematics
a. Circle each of the following which are equivalent to the circuit below.
¬(𝒑 ∨ (𝒒 ∧ ¬𝒓))
¬(𝒑 ∧ (𝒒 ∨ ¬𝒓))
(𝒑 ∨ (𝒒 ∧ ¬𝒓))
(¬𝒒 ∨ 𝒓) ∧ ¬𝒑
¬(¬𝒓 ∨ 𝒒) ∨ ¬𝒑
(𝒑 ∧ 𝒒) → 𝑭
¬(𝒑 ∨ 𝒒) ∧ (𝒑)
𝑻 → (𝒑 ∨ 𝒒) ∧ (¬𝒑)
¬𝒑 ∧ ¬𝒒 ∧ 𝒑
Zero or more of the expressions below are accurate translations of this statement. Circle each of the
following that are correct.
Zero or more of the expressions below are accurate translations of this statement. Circle each of the
following that are correct.
{{𝒂}, {}}
{{{}}, {}}
b. For 𝑖 ∈ 𝑍+, 𝑙𝑒𝑡 𝐴𝑖 be the set of {0, i, i+1}. So for example, A2={0,2,3}. Which of the
following statements are a tautology?
∀𝒙∃𝒚|𝑨𝒙 ∩ 𝑨𝒚| = 𝟐
∀𝒙∀𝒚(𝑨𝒚 − 𝑨𝒙) ≠ 𝝓
{𝟏, 𝟐} − 𝑨𝟏 = {𝟏}
c. Which of the following correspond to the filled-in part of the following Venn
diagram?
(𝑨 − (𝑩 − 𝑪)) ∪ (𝑩 ∩ 𝑪)
̅ ∩𝑪
(𝑨 ∩ 𝑩 ̅ ) ∪ (𝑩 ∩ 𝑪)
̅𝑩̅̅⊕̅𝑪̅ ∪ ((𝑨 − 𝑩) − 𝑪)
̅ ∩𝑪
(𝑨 ∩ 𝑩 ̅ ) ∪ (𝑨 ∩ 𝑩 ∩ 𝑪) ∪ (𝑨
̅ ∩ 𝑩 ∩ 𝑪)
3. Cardinality of sets (5 points)
For each of the following, circle each statement that is true (that could be zero, one, or more for
each question). Each problem is worth 1 point and you only get the points if you circle all of the
correct answers and none of the wrong ones.
c) If A is a countably infinite set and B is a countably infinite set, then A-B could be
Countably infinite Uncountably infinite Finite
d) (𝒁 × 𝒁 × 𝒁) – (𝑹+ × 𝑹+ × 𝑹+) is
Countably infinite Uncountably infinite Finite
e) 𝜙 × 𝑍 × 𝑅 is
b. Using binary search to find a specific element in a sorted list of N values has a run
time that is:
(log(N)) O(N2) (N log(N)) (N2) O(N)
c. If (𝑥) = 4𝑥 + 5 and 𝑔(𝑥) = 𝑥2 − 2, for which of the following k,C value pairs
would |𝑓(𝑥)| ≤ 𝐶|𝑔(𝑥)| for all x>k?
k=3, C=2; k=2, C=3; k=1, C=4; k=4, C=1
This one was tricky because the answer depends on if the domain of f and g is the reals or the integers.
If it’s the reals none of them are true. If it’s the integers, then it’s true for k=3, C=2 and k=2 C=3. We
took either answer.
5. Functions (8 points)
Answer each of the following questions. Assume all functions are from R to R.
𝑥−1
𝑓−1(𝑥) = 5
(𝑔 ∘ 𝑓)(𝑥) = 1.5𝑥 + 3
c. If f(x) is a bijection and g(x) is onto but not one-to-one, 𝑓 ∘ (𝑥) might be (circle all
that could apply) [2]
60 = 1(42) + 18
42 = 2(18) + 6
18 = 3(6)
6 = 42 – 2(18)
18 = 60 – 1(42)
6 = 42 – 2(60 – 1(42))
6 = -2(60) + 3(42).
Therefore, a = -2 and b = 3.
a= -2 b= 3
8. Finding the sum of a series (6 points)
Find a closed-form solution to the following summation for an arbitrary value of n using any
technique. Briefly show/explain your work.
𝑛
If you notice this is a telescoping sequence, it very easily just becomes 3𝑛2 − 3 ⋅ 22 = 3𝑛2 − 12. If not,
we can simplify 3𝑖2 − 3(𝑖 − 1)2 = 3𝑖2 − 3𝑖2 + 6𝑖 − 3 = 6𝑖 − 3 and solve it using the identities for
summations.
There are many ways to break 811 into smaller terms that are easier to compute. One way is 811 = 88 ⋅
82 ⋅ 8. We can compute these terms by successive squaring. 82 = 64 ≡ 4 mod 10. 84 = (82)2 ≡
42 = 16 ≡ 6 mod 10. 88 = (84)2 ≡ 62 = 36 ≡ 6 mod 10. This means 811 = 88 ⋅ 82 ⋅ 8 ≡ 6 ⋅ 4 ⋅
8 = 24 ⋅ 8 ≡ 4 ⋅ 8 = 32 ≡ 2 mod 10
10. Logical arguments (8 points)
Using the premises
i. 𝑝 ∨ 𝑞 → ¬𝑟
ii. (𝑝 ∨ 𝑟) ∧ 𝑞
Provide a formal deductive argument with the conclusion “p”. Justify each step.
1. 𝑞 (simplification, ii)
2. 𝑝 ∨ 𝑞 (addition, 1)
3. ¬𝑟 (modus ponens, i and 2)
4. 𝑝 ∨ 𝑟 (simplification, ii)
5. p (disjunctive syllogism, 3 and 4)
11. Proof by induction (8 points)
Use induction to prove that 4| (2𝑛2 + 6𝑛) for all positive integer values of n.
Theorem:∀𝒏 ≥ 𝟏, 𝟒|𝟐𝒏𝟐 + 𝟔𝒏
Induction step:
Assume 4|2k2+6k for an arbitrary k
2(𝑘 + 1)2 + 6(𝑘 + 1) = 2𝑘2 + 4𝑘 + 2 + 6𝑘 + 6 = (2𝑘2 + 6𝑘) + 4(𝑘 + 2). By the inductive
assumption, the first term is divisible by 4 and the second term has 4 as a factor so it is as
well. This makes the sum divisible by 4, proving P(k+1)
12. Two last proofs (12 points, 6 each)
a) Prove or disprove that over the domain of integers ∀𝑥 [(4|𝑥2) ∨ (4|(𝑥2 − 1)]
For all even integers, x, ∃𝑘 ∈ 𝑍, 𝑥 = 2𝑘. As (2k)2 is 4k2 and that is clearly divisible by 4.
As such 4|x2 if x is even.
For all odd integers x, ∃𝑘 ∈ 𝑍, 𝑥 = 2𝑘. +1 . As (2k+1)2 is 4k2+4k+1, for any odd x, 4|x2-1
as if we plug in for x2 we get 4|(4k2+4k+1)-1 or 4|4(k2+k) which is clearly true.