Construct a truth table for (qvp)__> ~q

2 answers

The truth table for ~q is the opposite:
q ~q
T F
F T

The truth table for conditional, p→q is true except when p is true and q is false, i.e.
p q p→q
T T T
T F F
F T T
F F T

For p∧q, the result is true only if both are true, i.e.
p q p∧q
T T T
T F F
F T F
F F F

Based on the above, you should attempt the compound truth table. Post if you have questions or need to verify your result.
Sorry, I gave the truth table for ∧ when it should be or, ∨, which is false only when both p and q are false, i.e.
p q p∨q
T T T
T F T
F T T
F F F
Similar Questions
  1. Construct a truth table for (q^p)____>~ p, Be sure to include all intermediate steps in your table.
    1. answers icon 1 answer
  2. 4. Construct a truth table forq <-->(p^ ~q). Be sure to include all intermediate steps in your table.
    1. answers icon 0 answers
    1. answers icon 2 answers
    1. answers icon 4 answers
more similar questions