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
Logic: Propositions, Conjunction, Disjunction, Implication
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Conjunction
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)
(
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)