147k views
3 votes
Which of the following illustrates the truth value of the following conditional?

p: 7 + 1 = 0
q: 2 + 2 = 5

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

2 Answers

5 votes
The answer to this would be FF -> T
User Superultranova
by
6.2k points
2 votes

Answer:

F F → T

Explanation:

Since, the Boolean truth table is,

p q p → q

T T T

T F F

F T F

F F T

Since, p: 7 + 1 = 0

p is false

q: 2 + 2 = 5

q is false,

Thus, the truth value of the given conditional is,

F F → T

First option is correct.

User Gattster
by
6.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.