SOLUTION: Given p is true, q is false, and r is false, find the truth value of the statement (q^~r)-->~p
Algebra
->
Test
-> SOLUTION: Given p is true, q is false, and r is false, find the truth value of the statement (q^~r)-->~p
Log On
Test Calculators and Practice
Test
Answers archive
Answers
Word Problems
Word
Lessons
Lessons
Click here to see ALL problems on test
Question 551816
:
Given p is true, q is false, and r is false, find the truth value of the statement (q^~r)-->~p
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
(q^~r)-->~p
(F ^ ~F)--> ~T
(F ^ T)--> F
F --> F
T
So truth value is True.