SOLUTION: let p represent a true statement, while q represents false statements. find the truth value of the compound statement. ~[(~p^q)vr] I don't get it?! Help please!!

Algebra ->  Conjunction -> SOLUTION: let p represent a true statement, while q represents false statements. find the truth value of the compound statement. ~[(~p^q)vr] I don't get it?! Help please!!      Log On


   



Question 599327: let p represent a true statement, while q represents false statements. find the truth value of the compound statement. ~[(~p^q)vr]
I don't get it?! Help please!!

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

~[(~T ^ F) v F]

~[(F ^ F) v F]

~[F v F]

~F

T

So the compound statement is true.