SOLUTION: Given p is true, q is false, and r is false, find the truth value of the statement (q^~r)-->~p

Algebra ->  Test -> SOLUTION: Given p is true, q is false, and r is false, find the truth value of the statement (q^~r)-->~p      Log On


   



Question 551816: Given p is true, q is false, and r is false, find the truth value of the statement (q^~r)-->~p
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
(q^~r)-->~p

(F ^ ~F)--> ~T

(F ^ T)--> F

F --> F

T

So truth value is True.