Problem Set 4
Problem Set 4
Explanation: Find both conditionals separately p → q and q → p, then use AND to combine
them. It is true only when both implications are true.
T T T T T T
T T F F T T
T F T T T T
T F F F F T
F T T F T T
F T F F T T
F F T F T T
F F F F F T
Explanation: First find p ∧r and q ∨ r separately. Then use a conditional between them to be
solved, we know that implication(s) are only false when the first logic statement is true while
the second is false, in this case like what can be seen in the table, this implication doesn’t
happen, leaving the final answer to be all true.