AnswerKey Worksheet 1
AnswerKey Worksheet 1
2. (a) ¬p ∧ ¬q
(b) p ⇒ q or ¬p ∨ q
(c) q ⇒ p
(d) p ⇒ ¬q
3. (a) T
1
(b) T
(c) T
(d) T
4. (a) T
(b) F
(c) T
(d) F
(p ∧ q) ⇒ r ≡ ¬(p ∧ q) ∨ r
≡ (¬p ∨ ¬q) ∨ r
5. (a) ≡ ¬p ∨ (¬q ∨ r)
≡ p ⇒ (¬q ∨ r)
≡ p ⇒ (q ⇒ r)
Therefore, (p ∧ q) ⇒ r ≡ p ⇒ (q ⇒ r).
2
¬(p ⇔ q) ≡ ¬((p ⇒ q) ∧ (q ⇒ p))
≡ (p ∧ ¬q) ∨ (q ∧ ¬p)
≡ [(p ∧ ¬q) ∨ q] ∧ [(p ∧ ¬q) ∨ ¬p]
≡ [(p ∨ q) ∧ (¬q ∨ q)] ∧ [(p ∨ ¬p) ∧ (¬q ∨ ¬p)]
≡ [(p ∨ q) ∧ t] ∧ [t ∧ (¬q ∨ ¬p)]
≡ (p ∨ q) ∧ (¬q ∨ ¬p)
≡ (¬q ∨ ¬p) ∧ (p ∨ q)
≡ (¬p ∨ ¬q) ∧ (q ∨ p)
≡ (p ⇒ ¬q) ∧ (¬q ⇒ p)
≡ p ⇔ ¬q
Therefore, ¬(p ⇔ q) ≡ p ⇔ ¬q.
From the above two equivalences, we conclude that,
¬(p ⇔ q) ≡ ¬p ⇔ q ≡ p ⇔ ¬q
6. (a) Neither
(b) Tautology
(c) Tautology
(d) Neither
3
(c) T; Take x = 1, 12 + 2y < 10, ∀y ∈ {1, 2, 3} is true.
(d) T; Take x = 1, y = 2, 12 + 2(2) = 5 < 10 which is True.
10. (a) (∀x)(∃y)(xy ̸= x)
(b) (∃x)(∃y)(x ≥ y ∧ x < y)
(c) (∃x)(∀y)(x + y ̸= 0)
11. Define an open proposition C(x, y): x is a child of y.
(a) (∃x)(∃y) C(x, y)
(b) (∃x)(∀y) C(x, y)
(c) (∀x)(∃y) C(x, y)
(d) (∀x)(∀y) C(x, y)
12. (a) {1, 2, 3, 4, 6, 12}
(b) {−9, −8, −7, −6, −5, −4, −3, 3, 4, 5, 6, 7, 8, 9}
13. Maximum number of elements of B − A is 11 and minimum number of
elements of B − A is 1.
A − (A − B) = A ∩ (A ∩ B ′ )′
= A ∩ (A′ ∪ (B ′ )′ )
14. (a) = (A ∩ A′ ) ∪ (A ∩ B)
= ∅ ∩ (A ∩ B)
= (A ∩ B)
Therefore, A − (A − B) = A ∩ B
(A − C) − (B − C) = (A ∩ C ′ ) ∩ (B ∩ C ′ )′
= (A ∩ C ′ ) ∩ (B ′ ∪ (C ′ )′ )
= (A ∩ C ′ ) ∩ (B ′ ∪ C)
= [(A ∩ C ′ ) ∩ B ′ ] ∪ [(A ∩ C ′ ) ∩ C]
(b) = [A ∩ (C ′ ∩ B ′ )] ∪ [A ∩ (C ′ ∩ C)]
= [A ∩ (B ′ ∩ C ′ )] ∪ [A ∩ ∅]
= [(A ∩ B ′ ) ∩ C ′ ] ∪ ∅
= (A ∩ B ′ ) ∩ C ′
= (A − B) − C
15.
P(A) = {∅, {−1}, {0}, {1}, {2}, {−1, 0}, {−1, 1}, {−1, 2},
{0, 1}, {0, 2}, {1, 2}, {−1, 0, 1}, {−1, 0, 2}, {−1, 1, 2}, {0, 1, 2}, A}
4
16. (a) GCD: 12 ; LCM: 360
(b) GCD: 12 ; LCM: 5400
(c) GCD: 45 ; LCM: 900
(d) GCD: 28 ; LCM: 12936
17. (a) Base Case (n = 1): For n = 1, the left-hand side is:
1 = 21+1 − 1 = 22 − 1 = 4 − 1 = 3.
z }| {
1 + 2 + 22 + · · · + 2k+1 = 1 + 2 + 22 + · · · + 2k +2k+1
= (2k+1 − 1) + 2k+1 by Inductive hypothesis
= 2 × 2k+1 − 1
= 2k+2 − 1
Therefore,
1 + 2 + 22 + · · · + 2k+1 = 2k+2 − 1.
By the Principle of Mathematical Induction, we conclude that
1 + 2 + 22 + · · · + 2n = 2n+1 − 1 for all n ≥ 1.
(b) Base Case (n = 1): For n = 1, we have
22×1 − 1 = 22 − 1 = 4 − 1 = 3.
5
Now, consider 22(k+1) − 1:
22(k+1) − 1 =22k+2 − 1
=4 × 22k − 1
=4 × (3m + 1) − 1 by Inductive hypothesis
=12m + 4 − 1
=12m + 3
=3(4m + 1)
=3p, where p = 4m + 1 ∈ Z
23 − 2 = 8 − 2 = 6.
(k + 1)3 − (k + 1) =k 3 + 3k 2 + 3k + 1 − (k + 1)
=k 3 + 3k 2 + 3k + 1 − k − 1
=(k 3 − k) + 3k 2 + 3k
=3m + 3(k 2 + k), inductive hypothesis
=3(m + k 2 + k)
=3r, where r = m + k 2 + k ∈ Z
2 × 3 + 1 = 7 < 23 = 8.
6
Inductive Hypothesis: Assume that for some k ≥ 3, 2k + 1 <
2k .
Inductive Step: We need to prove that 2(k + 1) + 1 < 2k+1 ,
given the inductive hypothesis.
Hence,
2(k + 1) + 1 < 2k+1 .
By the Principle of Mathematical Induction, we conclude that
2n + 1 < 2n for all n ≥ 3.
19. (a) 16 − 7i
(b) 23 − 7i
(c) −18i
(d) 1 − i
14 5
20. Re(z) = 13
; Im(z) = 13
7
√ √ √
3 3 3
(c) sixth
√
roots of z = −1 are: 2
+ 12 i, i, − 2
+ 12 i, − 2
− 12 i, −i and
3
2
− 12 i
√ i 11π √ 19π
(d) The cube roots of z = −2 + 2i are: 1 + i, 2e 12 and 2ei 12