SOLUTION: In Exercises 45–56, if p is true, q is false, and r is true, find the truth value of the statement 46. (p ∨ q) → ∼r

Algebra ->  Conjunction -> SOLUTION: In Exercises 45–56, if p is true, q is false, and r is true, find the truth value of the statement 46. (p ∨ q) → ∼r       Log On


   



Question 601519: In Exercises 45–56, if p is true, q is false, and r is true, find the truth value of the statement
46.
(p ∨ q) → ∼r

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

(T v F) --> ~T

(T v F) --> F

T --> F

F


So (p v q) --> ~r is false.