SOLUTION: Given p is true, q is true, and r is false, find the truth value of the statement ~q → (~p Λ r). Will someone help me with this problem?

Algebra ->  Conjunction -> SOLUTION: Given p is true, q is true, and r is false, find the truth value of the statement ~q → (~p Λ r). Will someone help me with this problem?      Log On


   



Question 485406: Given p is true, q is true, and r is false, find the truth value of the statement ~q → (~p Λ r).
Will someone help me with this problem?

Answer by chessace(471) About Me  (Show Source):
You can put this solution on YOUR website!
Using 1=True, 0=false, steps show evaluations under expressions (not repeated on following rows.
~q->(~p^r).
*1****1*0 --- given
0****0*** --- eval ~
*******0* --- eval ^
***1***** --- eval ->
True