45.9k views
1 vote
What is the truth value for the following conditional statement?

p: true
q: true

∼q → ∼p

F F → T
T T → T
T T → F
F F → F

Its A. F F → T Right?

User Chloe
by
8.2k points

2 Answers

3 votes
Yes that's right it tells u its self
User David Wolever
by
7.8k points
5 votes

Answer:

Option A, F F → T

Explanation:

The truth value for the statements are followed

p : true

q : true

Then truth values of ~p : false

and ~q : false

Now we have to find the truth value of (~p ⇒ ~q)

In implication truth value of two statements is false.

Only when P is true and Q is false otherwise in every condition truth value will be true.

So ~p ⇒ ~q : True

Option A, F F → T will be the answer.

User Kaushik Ghosh
by
8.7k points