SOLUTION: If p is true, q is true, and r is false, then the truth value of ~[~(p^r) V ~q] is ? (True or False?)
Algebra
->
Conjunction
-> SOLUTION: If p is true, q is true, and r is false, then the truth value of ~[~(p^r) V ~q] is ? (True or False?)
Log On
Logic: Propositions, Conjunction, Disjunction, Implication
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Conjunction
Question 325463
:
If p is true, q is true, and r is false, then the truth value of ~[~(p^r) V ~q] is ? (True or False?)
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
If p is true, but r is false, then
is false (both need to be true for it to be true).
So
is then true (it's the opposite of false).
Since
is true, and we're dealing with an 'or' operation, we don't need to worry about the truth value of q or ~q because
is automatically true.
So on the flipside,
is false.
So the entire expression is false.