SOLUTION: Please help! determine the truth value of the statement when p is T, q is F, and r is F. ~[(q^r)-->(~pVr)]

Algebra ->  Conjunction -> SOLUTION: Please help! determine the truth value of the statement when p is T, q is F, and r is F. ~[(q^r)-->(~pVr)]      Log On


   



Question 481942: Please help!
determine the truth value of the statement when p is T, q is F, and r is F.
~[(q^r)-->(~pVr)]

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


~[(F ^ F) --> (~T V F)]


~[(F ^ F) --> (F V F)]


~[F --> F]


~T


F


So the truth value of the entire expression is F (for false)