SOLUTION: HELP
Determine the truth value of the statement ~q arrow [ ~ r v (revered) (p v q)] when p is false, q is true, and r is true.
Algebra ->
Conjunction
-> SOLUTION: HELP
Determine the truth value of the statement ~q arrow [ ~ r v (revered) (p v q)] when p is false, q is true, and r is true.
Log On
You can put this solution on YOUR website! Plug in the truth values:
p=F
q=T
r=T
~q ↔ [ ~r ^ (p v q) ]
~T ↔ [ ~T ^ (F v T) ]
since ( F v T = T )
~T ↔ [ ~T ^ T ]
( ~T = F )
F ↔ [ F ^ T ]
( F ^ T = F )
F ↔ F
So this statement is true.