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

Respuesta :

The answer to this would be FF -> T

Answer:

F F → T

Step-by-step 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.