MTH202_Assignment1
MTH202_Assignment1
Question 1:
Prove the logical equivalence using a membership (truth) table:
Truth Table:
p q ¬(p ∨ q) ¬p ¬q ∧ ¬p
T T F F F
T F F F F
F T F T F
F F T T T
Conclusion: Since the columns for ¬(p ∨ q) and (¬p ∧ ¬q) are identical, the two statements are
logically equivalent.
Question 2:
Using a truth table, determine whether the following compound statement is a tautology,
contradiction, or contingency:
(p → q) ∨ (¬q → ¬p)
Truth Table:
p q p→q ¬q → ¬p (p → q) ∨ (¬q →
¬p)
T T T T T
T F F F F
F T T T T
F F T T T
Conclusion: The final column contains all 'True' values. Therefore, the compound statement is a
tautology.
Question 3:
Construct a truth table for the following expression:
(p ∧ ¬q) → (q ∨ r)
Truth Table:
p q r p ∧ ¬q q∨r (p ∧ ¬q) →
(q ∨ r)
T T T F T T
T T F F T T
T F T T T T
T F F T F F
F T T F T T
F T F F T T
F F T F T T
F F F F F T
Question 4:
Using a truth table, determine the validity of the argument:
Premises:
1. p → q
2. q → r
3. ¬r
Conclusion: ∴ ¬p
Truth Table:
p q r p→q q→r ¬r ¬p
T T T T T F F
T T F T F T F
T F T F T F F
T F F F T T F
F T T T T F T
F T F T F T T
F F T T T F T
F F F T T T T
Conclusion: The argument is valid if whenever all premises are true, the conclusion (¬p)
is also true. This can be verified by analyzing the rows in the truth table.