SOLUTION: if p is true, q is false, and r is true, find the truth value of the statement. show all work (∼p ∨ q → ∼q)

Algebra ->  Conjunction -> SOLUTION: if p is true, q is false, and r is true, find the truth value of the statement. show all work (∼p ∨ q → ∼q)      Log On


   



Question 596192: if p is true, q is false, and r is true, find the truth value of the statement.
show all work
(∼p ∨ q → ∼q)

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
(~p V q) --> ~q

(~T V F) --> ~F

(F V F) --> T

F --> T

T

So (~p V q) --> ~q is true.