SOLUTION: Given p is true, q is false, and r is false, find the truth value of the statement (q V r)<-->~p
Algebra
->
Conjunction
-> SOLUTION: Given p is true, q is false, and r is false, find the truth value of the statement (q V r)<-->~p
Log On
Logic: Propositions, Conjunction, Disjunction, Implication
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Conjunction
Question 549795
:
Given p is true, q is false, and r is false, find the truth value of the statement (q V r)<-->~p
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
(q V r)<-->~p
(F V F)<-->~T
(F V F)<-->F
F <--> F
T
So (q V r)<-->~p is true when p is true, q is false, and r is false