- Information
- AI Chat
Was this document helpful?
Math127121 assignment 3solutions
Course: Discrete Mathematics (Mathematics 1271)
23 Documents
Students shared 23 documents in this course
University: Lakehead University
Was this document helpful?
Math 1271 Assignment 3
Due Friday Oct 1 at 10pm
1. Construct a truth table for each of the following propositions:
a) (P∧Q)⇔((¬Q)⇒P)
b) ((Q⇒P)∨((¬Q)⇒(¬P))) ⇒(P⇒Q)
c) ((P∧Q)∨(¬P)) ⇒Q
d) ((P⇒Q)∨Q)⇒P
Solution: We have the following tables:
a)
P Q (P∧Q)⇔((¬Q)⇒P)
T T T T F T
T F F F T T
F T F F F T
F F F T T F
b)
P Q ((Q⇒P)∨((¬Q)⇒(¬P))) ⇒(P⇒Q)
T T T T F T F T T
T F T T T F F F F
F T F T F T T T T
F F T T T T T T T
c)
P Q ((P∧Q)∨(¬P)) ⇒Q
T T T T F T
T F F F F T
F T F T T T
F F F T T F
d)
P Q ((P⇒Q)∧Q)⇒P
T T T T T
T F F F T
F T T T F
F F T F T
2. Construct a truth table for each of the following propositions:
a) ((P∧Q)⇒R)∨((¬P)⇔(Q∨R))
b) (P∧(R∨Q)) ⇔((P∨R)∧(P∨Q))
Solution:
1