If the truth value of (negation p ➡️ q) ➡️ ( p v negation r) is false, then what is the truth value negation p ↔️ r ?
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
Here is the condition:
Given
(!p -> q) -> (p V !r) = False
What is the value of
p <-> r
?
Solution:
- Let's simplify p <-> r expression:
p <-> r
(p -> r) ^ (r -> p)
(!p V r) ^ (!r V p)
2.Let's find out truth values of p,q and r (table below). We see that
(!p -> q) -> (p V !r) = False
only when p = False, q = True and r = True.
| p | q | r | !p -> q | p V !r | (!p -> q) -> (p V !r) |
| F | F | F | F | T | T |
| F | F | T | F | F | T |
| F | T | F | T | T | T |
| F | T | T | T | F | F |
| T | F | F | T | T | T |
| T | F | T | T | T | T |
| T | T | F | T | T | T |
| T | T | T | T | T | T |
- Let's substitute truth values for p, q and r to find truth value of
(!p V r) ^ (!r V p)
which is simplified version of
p <-> r
(!p V r) ^ (!r V p)
(T V T) ^ (F V F)
T ^ F
False
Thus, truth value of
p <-> r
is False.